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 256 forks source link

`package.json` should point to main script. #57

Closed gabehayes closed 9 years ago

gabehayes commented 9 years ago

Without this entry in package.json, I am unable to require this as a module using something such as browserify.

cgross commented 9 years ago

Thanks!