This repository was archived by the owner on Mar 21, 2021. It is now read-only.
v2.2.0
- #15 bugfix to ht-if in case it was added to an element with ht-repeat
- #14 pipes / filters support. Now it is possible to use them inside expressions: e.g. {{num | number:2 }}. lowercase,uppercase,date,number,currency,json are supported and mostly taken from angularjs thus should work exactly the same.
Additionally a new option 'locale' was added to control number/date formatting.