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 Apr 12, 2024. It is now read-only.
When i create my directive to use with autoNumeric, try to use variable attr inside compile function, like this:
compile: function(tElm, tAttrs)
So, problem is, when i put in html data-a-sep attribute with value " " (space), when i try to get this value from directive by using this:
tAttrs.aSep it returns me empty, NOT a SPACE.