From cc1f7539d414038212b83dca86cf04f71731f24b Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 19 Feb 2014 21:22:27 +0000 Subject: docs(modules): remove unused {@installModule} tags --- src/ngAnimate/animate.js | 1 - src/ngCookies/cookies.js | 1 - src/ngMock/angular-mocks.js | 1 - src/ngResource/resource.js | 1 - src/ngRoute/route.js | 1 - src/ngSanitize/sanitize.js | 1 - src/ngTouch/touch.js | 1 - 7 files changed, 7 deletions(-) (limited to 'src') 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} * *
* 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} * * * 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} * * * 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} * * * 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} * * */ 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} * * * 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. * -- cgit v1.2.3