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() {
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 ( ) {
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments