angular-loading-lbthomsen

1.1.0 • Public • Published

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

    <script src="node-modules/angular-loading/angular-loading.js"/>
  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");

Readme

Keywords

Package Sidebar

Install

npm i angular-loading-lbthomsen

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

39.4 kB

Total Files

8

Last publish

Collaborators

  • lbthomsen