Angular loading overlay integration with Spin.js
The module allows you to easily use Spin.js with angular-loading-overlay
It allows to pass option to spin.js instance.
Copyright (c) 2016 Oleksandr Beshchuk <[email protected]>
Licensed under the Apache License.
Contributing
- Fork the repo
npm install
npm run prepare-development
npm run test:watch
- Make your changes, add your tests
npm run build
- Stage source and dist folders
- Commit, push, PR.