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)

7 lines (6 loc) 110 B
'use strict'; module.exports = function(grunt) { grunt.registerTask('default', [ 'watch' ]); };