Skip to content

Commit

Permalink
docs(loader): fix wrong paragraph in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
knalli committed Sep 28, 2014
1 parent 33e3315 commit 72692b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/content/guide/en/12_asynchronous-loading.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,7 @@ translation tables first!
## Configuration of a loader

Each loader can be applied a dedicated configuration `options`, both for the common constructor
`useLoader()`
Jedem Loader kann eine erweiterte Konfiguration angegeben werden. Dies gilt sowohl für
den allgemeinen Konstructor `useLoader(name, options)` als auch die Shortcut-Konstruktoren
wie `useStaticFilesLoader(options)`:
`useLoader()` and `useStaticFilesLoader(options)`:

<pre>
$translationProvider.useLoader('customLoader', {
Expand Down

0 comments on commit 72692b9

Please sign in to comment.