angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
Required angular version
You state this requires "Angular >=1.5" however your bower.json says "~1.5", which means ">=1.5" and "<1.6" (tilde only allows patches of the version specified but not a different minor version, in other words only 1.5.x are allowed)
This means I cannot install this with bower (gives me an error about not finding suitable version of angular) if I'm using angular 1.6 or above (1.6.4 in my case), I installed manually and this works fine with 1.6.3 and 1.6.4, at least as far as I have configured it and implemented it.
Any reason for not supporting 1.6 and above? or is it a typo on your bower.json and it should read ">=1.5"