1.1.0 • Published 5 years ago

angular-loading-lbthomsen v1.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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

  1. Load angular-loading

  2. Inject into your Angular application

    var app = angular.module("app", 'angular-loading' );

  3. Toggle loading indicator from any controller

    $scope.$emit("setLoading"); $scope.$emit("resetLoading");