dotJEM / angular-routing

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

Add sticky flag to views #10

Closed jeme closed 11 years ago

jeme commented 11 years ago

Sticky flag will enable the developer to take control over weather a view should reload it's template or not by providing a sticky key.

When calling setOrUpdate with a sticky flag, the view will only update and increment it's version if the sticky flag is not the same.

anything other than a string will be ignored and always update the view.