File tree 2 files changed +0
-55
lines changed
2 files changed +0
-55
lines changed Original file line number Diff line number Diff line change @@ -24,34 +24,6 @@ var ngTouch = angular.module('ngTouch', []);
24
24
25
25
ngTouch . info ( { angularVersion : '"NG_VERSION_FULL"' } ) ;
26
26
27
- ngTouch . provider ( '$touch' , $TouchProvider ) ;
28
-
29
27
function nodeName_ ( element ) {
30
28
return angular . lowercase ( element . nodeName || ( element [ 0 ] && element [ 0 ] . nodeName ) ) ;
31
29
}
32
-
33
- /**
34
- * @ngdoc provider
35
- * @name $touchProvider
36
- *
37
- * @description
38
- * The `$touchProvider` allows configuration of the ngTouch module. It currently contains
39
- * no methods.
40
- */
41
- $TouchProvider . $inject = [ ] ;
42
- function $TouchProvider ( ) {
43
-
44
- /**
45
- * @ngdoc service
46
- * @name $touch
47
- * @kind object
48
- *
49
- * @description
50
- * The `$touch` service currently has no contents.
51
- */
52
- // eslint-disable-next-line no-invalid-this
53
- this . $get = function ( ) {
54
- return { } ;
55
- } ;
56
-
57
- }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments