dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

Fix click binding as it didn't work in a minimized js, remove event list... #89

Closed grifotv closed 10 years ago

grifotv commented 10 years ago

...eners on dispose

jeme commented 10 years ago

Your sure it's not because your not using angular without jQuery or something?... sounds scary if a minimizer breaks code like that...

But since click is not part of the jQLite interface, it's a good change to use bind instead.