We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f49ad commit 04cceb3Copy full SHA for 04cceb3
src/ngTouch/touch.js
@@ -47,24 +47,11 @@ function $TouchProvider() {
47
* @kind object
48
*
49
* @description
50
- * Provides the legacy {@link ngTouch.$touch#ngClickOverrideEnabled `ngClickOverrideEnabled`} method.
51
- *
+ * The `$touch` service currently has no contents.
52
*/
53
// eslint-disable-next-line no-invalid-this
54
this.$get = function() {
55
- return {
56
- /**
57
- * @ngdoc method
58
- * @name $touch#ngClickOverrideEnabled
59
- * *
60
- * @returns {*} `false` as of AngularJS 1.7.0
61
62
- * @kind function
63
- */
64
- ngClickOverrideEnabled: function() {
65
- return false;
66
- }
67
- };
+ return {};
68
};
69
70
}
0 commit comments