diff options
| author | Igor Minar | 2012-04-06 16:35:17 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-04-09 09:52:27 -0700 | 
| commit | 82d90a409692e97a79c3bf4708ee80796c7de2d6 (patch) | |
| tree | b682f2d3042381e2456383f9c9333d30105febf8 /src/Angular.js | |
| parent | 7468bcb80b997e323bb0808d19ee215cc5f7ae84 (diff) | |
| download | angular.js-82d90a409692e97a79c3bf4708ee80796c7de2d6.tar.bz2 | |
fix(docs): change all directive references to use the normalized names
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Angular.js b/src/Angular.js index c0da2174..c5b70e3c 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -435,7 +435,7 @@ function makeMap(str){  /** - * HTML class which is the only class which can be used in ng-bind to inline HTML for security + * HTML class which is the only class which can be used in ngBind to inline HTML for security   * reasons.   *   * @constructor @@ -873,10 +873,10 @@ function encodeUriQuery(val, pctEncodeSpaces) {  /**   * @ngdoc directive - * @name angular.module.ng.$compileProvider.directive.ng-app + * @name angular.module.ng.$compileProvider.directive.ngApp   *   * @element ANY - * @param {angular.Module} ng-app on optional application + * @param {angular.Module} ngApp on optional application   *   {@link angular.module module} name to load.   *   * @description @@ -886,11 +886,11 @@ function encodeUriQuery(val, pctEncodeSpaces) {   * designates the root of the application and is typically placed   * ot the root of the page.   * - * In the example below if the `ng-app` directive would not be placed + * In the example below if the `ngApp` directive would not be placed   * on the `html` element then the document would not be compiled   * and the `{{ 1+2 }}` would not be resolved to `3`.   * - * `ng-app` is the easiest way to bootstrap an application. + * `ngApp` is the easiest way to bootstrap an application.   *   <doc:example>     <doc:source>  | 
