File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ part of angular.directive;
118
118
@Decorator (selector: '[ng-selectstart]' , map: const {'ng-selectstart' : '&onSelectStart' })
119
119
//@Decorator(selector: '[ng-speechchange]', map: const {'ng-speechchange': '&onSpeechChange'})
120
120
@Decorator (selector: '[ng-submit]' , map: const {'ng-submit' : '&onSubmit' })
121
- @Decorator (selector: '[ng-toucheancel ]' , map: const {'ng-touchcancel' : '&onTouchCancel' })
121
+ @Decorator (selector: '[ng-touchcancel ]' , map: const {'ng-touchcancel' : '&onTouchCancel' })
122
122
@Decorator (selector: '[ng-touchend]' , map: const {'ng-touchend' : '&onTouchEnd' })
123
123
@Decorator (selector: '[ng-touchenter]' , map: const {'ng-touchenter' : '&onTouchEnter' })
124
124
@Decorator (selector: '[ng-touchleave]' , map: const {'ng-touchleave' : '&onTouchLeave' })
You can’t perform that action at this time.
0 commit comments