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
tokens: allow tokens to be overriden globally (3f044ee)
only show mask when user input is available (1df33ed)
BREAKING CHANGES
The component is now named input-facade, the directive and filter are now called
facade. The directive and filter can be changed via the name option passed to the plugin.
component: Additional parameters to masker must be in the form of an object rather than
individual params, this was changed to accomodate for the growing number of configs. Component also emits all native events from Input, rather than just the input event.