Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

angular-ladda-umd

christian_fei4none1.0.5

angular-ladda-umd =======================

readme

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.