Angular loading overlay integration with SpinJS
npm install angular-loading-overlay-spinjsThe 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 <bs.alex.mail@gmail.com>
Licensed under the Apache License.
1. Fork the repo
1. npm install
1. npm run prepare-development
1. npm run test:watch
1. Make your changes, add your tests
1. npm run build
1. Stage source and dist folders
1. Commit, push, PR.