1.0.5 • Published 9 years ago

angular-ladda-umd v1.0.5

Weekly downloads
18
License
none
Repository
-
Last release
9 years ago

angular-ladda-umd

npm install --save angular-ladda-umd
<button class="btn btn-submit" ladda="vm.loading" ng-disabled="!vm.form.$valid" data-style="expand-right" type="submit">
  {{'signup' | translate}}
</button>

Notice that we bound the ladda property to an angular expression (vm.loading), which is toggled in the controller with true or false values to show or hide the loader.

All the options regarding style and ladda configuration remain intact, please refer to the official documentation.

UMD

This is an UMD package.

License

Do whatever you please with this.

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago