docs(*): add more info deprecation versions

This commit is contained in:
Martin Staffa
2016-11-22 23:53:18 +01:00
parent 60035f597c
commit 05a9d3a73c
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -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() {
+1
View File
@@ -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
+2 -1
View File
@@ -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).