diff options
| author | Vojta Jina | 2011-07-02 01:38:03 +0200 |
|---|---|---|
| committer | Vojta Jina | 2011-07-13 11:49:16 +0200 |
| commit | 7e2e7b07b6a79a64891f3f2408fb6c325a499e51 (patch) | |
| tree | bf39157ba4ec22368abd8f0a924c37c21693d0dd /src/widgets.js | |
| parent | ce80576e0b8ac9ed5a5b1f1a4dbc2446434a0002 (diff) | |
| download | angular.js-7e2e7b07b6a79a64891f3f2408fb6c325a499e51.tar.bz2 | |
doc($route): fix $route example and couple of typos
Rewrite $route example a bit, as it required $location and $route services
to be eager published in the root scope.
Fix small typos in formatter and ng:options docs.
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets.js b/src/widgets.js index 3e1d6f55..3a7fa2a3 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -597,9 +597,9 @@ angularWidget('button', inputWidgetSelector); * @param {comprehension_expression} comprehension _expresion_ `for` _item_ `in` _array_. * * * _array_: an expression which evaluates to an array of objects to bind. - * * _item_: local variable which will reffer to the item in the _array_ during the itteration - * * _expression_: The result of this expression will is `option` label. The - * `expression` most likely reffers to the _item_ varibale. + * * _item_: local variable which will refer to the item in the _array_ during the iteration + * * _expression_: The result of this expression will be `option` label. The + * `expression` most likely refers to the _item_ variable. * * @example <doc:example> |
