diff options
Diffstat (limited to 'src/service/updateView.js')
| -rw-r--r-- | src/service/updateView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/updateView.js b/src/service/updateView.js index d504772c..9ac7c1fb 100644 --- a/src/service/updateView.js +++ b/src/service/updateView.js @@ -34,7 +34,7 @@ * or 'XHR' (instead of {@link angular.service.$xhr}) then you may be changing the model * without angular knowledge and you may need to call '$updateView()' directly. * - * NOTE: if you wish to update the view immediately (without delay), you can do so by calling + * Note: if you wish to update the view immediately (without delay), you can do so by calling * {@link angular.scope.$eval} at any time from your code: * <pre>scope.$root.$eval()</pre> * |
