This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ function $ControllerProvider() {
61
61
* @description If called, allows `$controller` to find controller constructors on `window`
62
62
*
63
63
* @deprecated
64
- * removeVersion="v1.7"
64
+ * sinceVersion="v1.3.0"
65
+ * removeVersion="v1.7.0"
65
66
* This method of finding controllers has been deprecated.
66
67
*/
67
68
this . allowGlobals = function ( ) {
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ angular.module('ngCookies').
5
5
* @ngdoc service
6
6
* @name $cookieStore
7
7
* @deprecated
8
+ * sinceVersion="v1.4.0"
8
9
* Please use the {@link ngCookies.$cookies `$cookies`} service instead.
9
10
*
10
11
* @requires $cookies
Original file line number Diff line number Diff line change 8
8
* @ngdoc directive
9
9
* @name ngClick
10
10
* @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.
12
13
* The directive will receive no further support and might be removed from future releases.
13
14
* If you need the directive, you can enable it with the {@link ngTouch.$touchProvider $touchProvider#ngClickOverrideEnabled}
14
15
* function. We also recommend that you migrate to [FastClick](https://github.com/ftlabs/fastclick).
You can’t perform that action at this time.
0 commit comments