urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

document that filters do not auto-update #281

Open bbodenmiller opened 7 years ago

bbodenmiller commented 7 years ago

Per https://github.com/urish/angular-moment/issues/169#issuecomment-137506646 and https://github.com/urish/angular-moment/issues/231#issuecomment-198778131 filters do not auto update. Please document this as well as workarounds.

urish commented 7 years ago

Hi, any chance you can help by sending a Pull Request with these documentation updates?

rasmuslp commented 7 years ago

Filters could auto-update by marking them as $stateful. That way they are reevaluated at every digest cycle.