Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cc1f753

Browse files
docs(modules): remove unused {@installModule} tags
1 parent 9ca685b commit cc1f753

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/ngAnimate/animate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*
1111
* The `ngAnimate` module provides support for JavaScript, CSS3 transition and CSS3 keyframe animation hooks within existing core and custom directives.
1212
*
13-
* {@installModule animate}
1413
*
1514
* <div doc-module-components="ngAnimate"></div>
1615
*

src/ngCookies/cookies.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*
1010
* The `ngCookies` module provides a convenient wrapper for reading and writing browser cookies.
1111
*
12-
* {@installModule cookies}
1312
*
1413
* <div doc-module-components="ngCookies"></div>
1514
*

src/ngMock/angular-mocks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,6 @@ angular.mock.$RootElementProvider = function() {
16671667
* In addition, ngMock also extends various core ng services such that they can be
16681668
* inspected and controlled in a synchronous manner within test code.
16691669
*
1670-
* {@installModule mock}
16711670
*
16721671
* <div doc-module-components="ngMock"></div>
16731672
*

src/ngResource/resource.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function shallowClearAndCopy(src, dst) {
5353
* The `ngResource` module provides interaction support with RESTful services
5454
* via the $resource service.
5555
*
56-
* {@installModule resource}
5756
*
5857
* <div doc-module-components="ngResource"></div>
5958
*

src/ngRoute/route.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* ## Example
1313
* See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`.
1414
*
15-
* {@installModule route}
1615
*
1716
* <div doc-module-components="ngRoute"></div>
1817
*/

src/ngSanitize/sanitize.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ var $sanitizeMinErr = angular.$$minErr('$sanitize');
1111
*
1212
* The `ngSanitize` module provides functionality to sanitize HTML.
1313
*
14-
* {@installModule sanitize}
1514
*
1615
* <div doc-module-components="ngSanitize"></div>
1716
*

src/ngTouch/touch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* The implementation is based on jQuery Mobile touch event handling
1212
* ([jquerymobile.com](http://jquerymobile.com/)).
1313
*
14-
* {@installModule touch}
1514
*
1615
* See {@link ngTouch.$swipe `$swipe`} for usage.
1716
*

0 commit comments

Comments
 (0)