Skip to content

Commit 4578443

Browse files
committed
fix(ng_events): typo in selector for ng-touchcancel
1 parent daff0c6 commit 4578443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/directive/ng_events.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ part of angular.directive;
118118
@Decorator(selector: '[ng-selectstart]', map: const {'ng-selectstart': '&onSelectStart'})
119119
//@Decorator(selector: '[ng-speechchange]', map: const {'ng-speechchange': '&onSpeechChange'})
120120
@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'})
122122
@Decorator(selector: '[ng-touchend]', map: const {'ng-touchend': '&onTouchEnd'})
123123
@Decorator(selector: '[ng-touchenter]', map: const {'ng-touchenter': '&onTouchEnter'})
124124
@Decorator(selector: '[ng-touchleave]', map: const {'ng-touchleave': '&onTouchLeave'})

0 commit comments

Comments
 (0)