-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Description
angular(js)-color-picker depends on angularjs instead of just angular. I am not sure how this even works because the bower.io search does not return a package named angularjs. The main problem however is, that every other angular related package I have used so far depends on angular which results in two (possibly different) angular versions as dependencies. This is especially an issue if you use tools like wiredep to automatically inject dependencies. If there is no reason to use angularjs I would appreciate it, if the dependency was changed to angular instead.