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

Commit 05a9d3a

Browse files
committed
docs(*): add more info deprecation versions
1 parent 60035f5 commit 05a9d3a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/ng/controller.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ function $ControllerProvider() {
6161
* @description If called, allows `$controller` to find controller constructors on `window`
6262
*
6363
* @deprecated
64-
* removeVersion="v1.7"
64+
* sinceVersion="v1.3.0"
65+
* removeVersion="v1.7.0"
6566
* This method of finding controllers has been deprecated.
6667
*/
6768
this.allowGlobals = function() {

src/ngCookies/cookieStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ angular.module('ngCookies').
55
* @ngdoc service
66
* @name $cookieStore
77
* @deprecated
8+
* sinceVersion="v1.4.0"
89
* Please use the {@link ngCookies.$cookies `$cookies`} service instead.
910
*
1011
* @requires $cookies

src/ngTouch/directive/ngClick.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
* @ngdoc directive
99
* @name ngClick
1010
* @deprecated
11-
* Beginning with Angular 1.5, this directive is deprecated and by default **disabled**.
11+
* sinceVersion="v1.5.0"
12+
* This directive is deprecated and **disabled** by default.
1213
* The directive will receive no further support and might be removed from future releases.
1314
* If you need the directive, you can enable it with the {@link ngTouch.$touchProvider $touchProvider#ngClickOverrideEnabled}
1415
* function. We also recommend that you migrate to [FastClick](https://github.com/ftlabs/fastclick).

0 commit comments

Comments
 (0)