You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2021. It is now read-only.
added ht-include-context attribute is by ht-include directive that allows you to remap some values used in current context to the one used in included template. This is particularly useful when including a template within repeat block
#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.