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

Question : Why not update git version to bower install? #27

Open BG-Kim opened 6 years ago

BG-Kim commented 6 years ago

I need update progress text in my project.

From the GIT source, update() function was applied and this was the function I wanted. But, Readme API and bower install version is not found update function.

(You can found git project source. then $loading.update(key, option) exists )

So, I update in my project angular-loading module to in your git version. It is good work. Why not apply git lastest version to bower install? I think update() is useful.