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)

8 lines (7 loc) 128 B
'use strict'; module.exports = function(grunt) { grunt.registerTask('build', [ 'jshint:src', 'uglify' ]); };