Releases: Trustroots/trustpass
Releases · Trustroots/trustpass
v0.4.0
- Fix
ngModel
not being set empty when surrounding form is reset. Thanks to @romelgomez for reporting.
v0.3.0
- Added JavaScript module compatibility support with node and CommonJS using
module.exports
syntax
- Ensure module has window and angular defined by importing
window
and window.angular