angular-ui / AngularJS-sublime-package

AngularJS code completion, snippets, go to definition, quick panel search, and more.
MIT License
1.42k stars 169 forks source link

ngChange suggests an element based directive, feature or bug? #42

Closed panstav closed 10 years ago

panstav commented 10 years ago

The docs indicate that ngChange is an attribute we can put on input tags to evaluate upon user changing the value of it, what would an ngChange element give?

subhaze commented 10 years ago

In the 1.x versions they have stated that it can be used an element http://code.angularjs.org/1.0.8/docs/api/ng.directive:ngChange

Since it's not in the 1.2 docs I'd consider it a bug. Relates to #32