angular-loading-lbthomsen
v1.1.0
Published
Create an angular service which can show various forms of "loading" animations.
Readme
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 --saveUse
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");
