UNPKG

angular-loading-spinner

Version:
7 lines 214 B
// Code goes here var app = angular.module('myapp', ['ngLoadingSpinner']); app.controller('MyController', function($scope, $http) { $scope.startAjax = function() { $http.get('ajax_suspend.php') }; });