Skip to content

Instantly share code, notes, and snippets.

@aripalo
Last active August 29, 2015 14:16
Show Gist options
  • Save aripalo/0249a3b02ccd189574bf to your computer and use it in GitHub Desktop.
Save aripalo/0249a3b02ccd189574bf to your computer and use it in GitHub Desktop.
Unneeded directives in Angular 2 as seen on http://youtu.be/-dMBcqwvYA0
# For properties as seen on http://youtu.be/-dMBcqwvYA0?t=13m42s
ng-bind ng-bind-html ng-bind-template
ng-class ng-class-even ng-class-odd
ng-style
ng-disabled ng-readonly ng-selected
ng-show ng-hide
ng-src ng-srcset ng-href
ng-value
# For events as seen on http://youtu.be/-dMBcqwvYA0?t=17m52s
ng-blur
ng-change ng-checked
ng-copy ng-cut ng-paste
ng-click ng-dblclick
ng-open ngsubmit
ng-keydown ng-keypress ng-keyup
ng-mousedown ng-mouseenter ng-mouseleave
ng-mousemove ng-mouseover ng-mouseup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment