Skip to content

This is an angular directive to indicate a loading/progress bar.

License

Notifications You must be signed in to change notification settings

robjames/ngNetworking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ngNetworking

This is an angular directive to indicate a loading/progress bar.

The directive simply sets the width of the element, based on how many outstanding $http pendingRequests there are.

The css (or your variation of) is the key to making this look and animate properly.

(inspired by nprogress)

##Usage

Include the CSS

Include the directive

Add the html to your page:

 <div id="networking" networking ></div>

Dont forget to inject the directive when you initilize your app

angular.module('MyApp', ['ngRoute', 'ngResource', 'ngNetworking']) //for example

About

This is an angular directive to indicate a loading/progress bar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published