# angular-ladda

## 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)