Skip to content

Commit

Permalink
Merge pull request #153 from TheNightbear/patch-1
Browse files Browse the repository at this point in the history
docs: typo
  • Loading branch information
ocombe authored Jun 20, 2016
2 parents 9c9ff9d + acc8e15 commit ccb1074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bootstrap(AppComponent, [
provide: TranslateLoader,
useFactory: (http: Http) => new TranslateStaticLoader(http, 'assets/i18n', '.json'),
deps: [Http]
),
},
// use TranslateService here, and not TRANSLATE_PROVIDERS (which will define a default TranslateStaticLoader)
TranslateService
]);
Expand Down

0 comments on commit ccb1074

Please sign in to comment.