docs(*): add more info deprecation versions
This commit is contained in:
@@ -61,7 +61,8 @@ function $ControllerProvider() {
|
||||
* @description If called, allows `$controller` to find controller constructors on `window`
|
||||
*
|
||||
* @deprecated
|
||||
* removeVersion="v1.7"
|
||||
* sinceVersion="v1.3.0"
|
||||
* removeVersion="v1.7.0"
|
||||
* This method of finding controllers has been deprecated.
|
||||
*/
|
||||
this.allowGlobals = function() {
|
||||
|
||||
@@ -5,6 +5,7 @@ angular.module('ngCookies').
|
||||
* @ngdoc service
|
||||
* @name $cookieStore
|
||||
* @deprecated
|
||||
* sinceVersion="v1.4.0"
|
||||
* Please use the {@link ngCookies.$cookies `$cookies`} service instead.
|
||||
*
|
||||
* @requires $cookies
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
* @ngdoc directive
|
||||
* @name ngClick
|
||||
* @deprecated
|
||||
* Beginning with Angular 1.5, this directive is deprecated and by default **disabled**.
|
||||
* sinceVersion="v1.5.0"
|
||||
* This directive is deprecated and **disabled** by default.
|
||||
* The directive will receive no further support and might be removed from future releases.
|
||||
* If you need the directive, you can enable it with the {@link ngTouch.$touchProvider $touchProvider#ngClickOverrideEnabled}
|
||||
* function. We also recommend that you migrate to [FastClick](https://github.com/ftlabs/fastclick).
|
||||
|
||||
Reference in New Issue
Block a user