Hello,
I'd like to use ngHelperBusy in my project but the bower dependency with angularjs prevent it : I use the version 1.4 of AngularJs.
The bower error is : ECONFLICT Unable to find suitable version for angular.
Could you replace the tilde by a caret in the bower.json file ?
~~angular: "~1.2"~~
angular: "^1.2"