Releases: Pasvaz/bindonce
Releases · Pasvaz/bindonce
0.3.3
Features
- bo-disabled:
- Add support for ng-disabled/bo-disabled #110
0.3.2
Fix compatibility with Angular >= 1.3
0.3.1
Features
Bug Fixes
- Angular Promises
- Ensures that promises are resolved before to run binders (b3ef1b4)
Minor improvements
0.3.0 (2014-01-21)
Features
- bo-switch:
- Create new directive: bo-switch (652d0db)
0.2.3 (2014-01-20)
Bug Fixes
- bo-if:
- Ensures that we both process newly added binders from bo-if, and that
we only process each binder once (d11f863)
Features
0.2.2
Less restrictive version dependency for angular
0.2.1
Fixed an important scope issue.
0.2.0
Enhancements
Added some directives: bo-if
, bo-href-i
, bo-src-i
.
Bug Fixes
Fixed #6, #13, #14