darthwade / angular-loading

Angular directive that lets you to prevent user interaction with part of the page and display loading/busy indicator (spinner based on spin.js)
http://embed.plnkr.co/XLL3li/preview
MIT License
96 stars 49 forks source link

Added update method & event #1

Closed mrkvngrkn closed 9 years ago

mrkvngrkn commented 9 years ago

This functionality might come in handy when for example your http request is taking a bit longer. You are able to change the text, color or whatever while your loader is still visible.

darthwade commented 9 years ago

Hey @mrkvngrkn, thanks for the PR. Merged.