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)

13 lines (11 loc) 248 B
'use strict'; module.exports = function(grunt) { grunt.registerTask('release', function (target) { target = target || 'patch'; grunt.task.run([ 'bump-only:' + target, 'build', 'bump-commit' ]); }); };