1.1.0 • Published 5 years ago
angular-loading-lbthomsen v1.1.0
Introduction
Provides a service that will place a "loading" spinner at the center of the page and gray out the background.
Depends on font-awesome.
Demo Here
Install
This module can be installed with npm
npm install anagular-loading-lbthomsen --save
Use
Load angular-loading
Inject into your Angular application
var app = angular.module("app", 'angular-loading' );
Toggle loading indicator from any controller
$scope.$emit("setLoading"); $scope.$emit("resetLoading");