diff options
| -rw-r--r-- | src/ngAnimate/animate.js | 1 | ||||
| -rw-r--r-- | src/ngCookies/cookies.js | 1 | ||||
| -rw-r--r-- | src/ngMock/angular-mocks.js | 1 | ||||
| -rw-r--r-- | src/ngResource/resource.js | 1 | ||||
| -rw-r--r-- | src/ngRoute/route.js | 1 | ||||
| -rw-r--r-- | src/ngSanitize/sanitize.js | 1 | ||||
| -rw-r--r-- | src/ngTouch/touch.js | 1 | 
7 files changed, 0 insertions, 7 deletions
| diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js index fbf05162..1a0bb172 100644 --- a/src/ngAnimate/animate.js +++ b/src/ngAnimate/animate.js @@ -10,7 +10,6 @@   *   * The `ngAnimate` module provides support for JavaScript, CSS3 transition and CSS3 keyframe animation hooks within existing core and custom directives.   * - * {@installModule animate}   *   * <div doc-module-components="ngAnimate"></div>   * diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index 3a23b5db..b78fcd5a 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -9,7 +9,6 @@   *   * The `ngCookies` module provides a convenient wrapper for reading and writing browser cookies.   * - * {@installModule cookies}   *   * <div doc-module-components="ngCookies"></div>   * diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 17c32452..a9593e58 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1667,7 +1667,6 @@ angular.mock.$RootElementProvider = function() {   * In addition, ngMock also extends various core ng services such that they can be   * inspected and controlled in a synchronous manner within test code.   * - * {@installModule mock}   *   * <div doc-module-components="ngMock"></div>   * diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 2074d942..610c14fd 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -53,7 +53,6 @@ function shallowClearAndCopy(src, dst) {   * The `ngResource` module provides interaction support with RESTful services   * via the $resource service.   * - * {@installModule resource}   *   * <div doc-module-components="ngResource"></div>   * diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index fe5d8ec7..7ccc7947 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -12,7 +12,6 @@   * ## Example   * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`.   * - * {@installModule route}   *   * <div doc-module-components="ngRoute"></div>   */ diff --git a/src/ngSanitize/sanitize.js b/src/ngSanitize/sanitize.js index 38bfd2ac..a5226721 100644 --- a/src/ngSanitize/sanitize.js +++ b/src/ngSanitize/sanitize.js @@ -11,7 +11,6 @@ var $sanitizeMinErr = angular.$$minErr('$sanitize');   *   * The `ngSanitize` module provides functionality to sanitize HTML.   * - * {@installModule sanitize}   *   * <div doc-module-components="ngSanitize"></div>   * diff --git a/src/ngTouch/touch.js b/src/ngTouch/touch.js index 45b518d8..dac79000 100644 --- a/src/ngTouch/touch.js +++ b/src/ngTouch/touch.js @@ -11,7 +11,6 @@   * The implementation is based on jQuery Mobile touch event handling   * ([jquerymobile.com](http://jquerymobile.com/)).   * - * {@installModule touch}   *   * See {@link ngTouch.$swipe `$swipe`} for usage.   * | 
