UNPKG

v-button

Version:

vButton - AngularJS pressable button with a busy indicator

13 lines (9 loc) 249 B
(function (angular) { 'use strict'; angular .module('myApp', [ 'vButton' ]) .config(function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }) .controller('MainController', function () { }); })(angular);