This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ angular.module('ngCookies').
5
5
* @ngdoc service
6
6
* @name $cookieStore
7
7
* @deprecated
8
+ * Please use the {@link ngCookies.$cookies `$cookies`} service instead.
9
+ *
8
10
* @requires $cookies
9
11
*
10
12
* @description
@@ -14,11 +16,6 @@ angular.module('ngCookies').
14
16
*
15
17
* Requires the {@link ngCookies `ngCookies`} module to be installed.
16
18
*
17
- * <div class="alert alert-danger">
18
- * **Note:** The $cookieStore service is **deprecated**.
19
- * Please use the {@link ngCookies.$cookies `$cookies`} service instead.
20
- * </div>
21
- *
22
19
* @example
23
20
*
24
21
* ```js
Original file line number Diff line number Diff line change 8
8
* @ngdoc directive
9
9
* @name ngClick
10
10
* @deprecated
11
- *
12
- * @description
13
- * <div class="alert alert-danger">
14
- * **DEPRECATION NOTICE**: Beginning with Angular 1.5, this directive is deprecated and by default **disabled**.
11
+ * Beginning with Angular 1.5, this directive is deprecated and by default **disabled**.
15
12
* The directive will receive no further support and might be removed from future releases.
16
13
* If you need the directive, you can enable it with the {@link ngTouch.$touchProvider $touchProvider#ngClickOverrideEnabled}
17
14
* function. We also recommend that you migrate to [FastClick](https://github.com/ftlabs/fastclick).
18
15
* To learn more about the 300ms delay, this [Telerik article](http://developer.telerik.com/featured/300-ms-click-delay-ios-8/)
19
16
* gives a good overview.
20
- * </div>
17
+ *
18
+ * @description
21
19
* A more powerful replacement for the default ngClick designed to be used on touchscreen
22
20
* devices. Most mobile browsers wait about 300ms after a tap-and-release before sending
23
21
* the click event. This version handles them immediately, and then prevents the
You can’t perform that action at this time.
0 commit comments