orizens / angular-es6-styleguide

Angular (v 1.5) with ES6 / ES2015 Style Guide: A starting point for Angular development teams to provide consistency through good practices. http://orizens.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How about filters?

kdekooter opened this issue · comments

Currently, as far as I know, it is better to avoid filters inlined in html bindings.
Better to use them in js as an applied function on data.

Fair enough