Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix(docs): Don't want the present participle of "is"
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and btford committed Jul 18, 2012
1 parent 1613621 commit 01e726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_05.ngdoc
Expand Up @@ -104,7 +104,7 @@ to avoid any possible naming collisions.
Since angular infers the controller's dependencies from the names of arguments to the controller's
constructor function, if you were to {@link http://en.wikipedia.org/wiki/Minification_(programming)
minify} the JavaScript code for `PhoneListCtrl` controller, all of its function arguments would be
minified as well, and the dependency injector would not being able to identify services correctly.
minified as well, and the dependency injector would be able to identify services correctly.

To overcome issues caused by minification, just assign an array with service identifier strings
into the `$inject` property of the controller function, just like the last line in the snippet
Expand Down

0 comments on commit 01e726b

Please sign in to comment.