UNPKG

angularjs-loading

Version:

Angular directive that lets you to prevent user interaction with part of the page and display loading/busy indicator (spinner based on spin.js)

10 lines (9 loc) 206 B
'use strict'; module.exports = { registerPackage: { options: { stdout: true }, command: 'bower register angular-loading https://github.com/darthwade/angular-loading.git' } };