angular-ladda
Version:
An angular directive wrapper for Ladda.
74 lines (52 loc) • 1.4 kB
Markdown
# angular-ladda
## 0.4.3
* prevent ladda null reference
## 0.4.2
* fix size caculate error
## 0.4.1
* fix npm package dependency setting
## 0.4
* update bower & npm config file
* update ladda version 1.0 & angular version
## 0.3.4
* change bower dependency version
## 0.3.3
* support global spinner-size, spinner-color config
## 0.3.2
* use window.angular in CommonJS (@radotzki)
* fix memory leak (@mihaipanait)
## 0.3.1
* remove requirejs from bower.json
## 0.3.0
* upgrade ladda latest version (0.9.8)
* AMD(requirejs) / CommonJS(webpack) support
* support npm
## 0.2.2
* Requirejs / AMD support
## 0.2.1
* add "main" field to package.json
## 0.2.0
* change compile logic
* fix double curly binding broken issue (#12)
* source refactoring
## 0.1.15
* fix ngIf issue (fix #14)
## 0.1.14
* rollback 0.1.13 (#15)
## 0.1.13
* fix double curly binding broken issue (#12)
## 0.1.12
* fix data-ladda attribute style (#13)
* add test case
## 0.1.11
* add laddaProvider for default option (#11)
## 0.1.10
* fix duplicate compile issue (#8)
* fix ie11 "Invalid argument" issue (#9)
## 0.1.9
* fix recompiling issue
## 0.1.8
* fix ng-disabled not working issue
## 0.1.7
* fix calculating object size timing issue (http://stackoverflow.com/questions/24127502/ladda-ui-is-not-working-in-bootstrap-modal)
* change angularjs dependency version (>= 1.2.0)