cgross / angular-busy

Show busy/loading indicators on any element during $http requests (or any promise).
http://cgross.github.io/angular-busy/demo
MIT License
1.44k stars 257 forks source link

feat: support tbody, tfoot, and tr elements #111

Open g00fy- opened 7 years ago

g00fy- commented 7 years ago

currently when cg-busy is applied on tbody or tr entire table will be marked as "loading" by inserting not valid html into table element. this PR enables a single tr or tbody to be indicated as loading.