angular-resizable
angular-resizable copied to clipboard
Bower Install is installing version dependent on angular#~1.3.15 and doesn't match the repo
Okay, so I'm not sure what I'm doing wrong, but bower install seems to keep pulling this component with angular#~1.3.15, when on the repo it says "angular": "~1.*"
Same stuff here. Can't get it to install via Bower. I'm on angular 1.3.6(for reasons) and during install it says that there's no suitable version
There essentially needs to be another release done in-order to take care of this
You can also do :
bower install angular-resizable#master --save
if I do what @CaporalDead says, it works. It installs it. But when I remove the bower_components folder, and do a bower install, then the error is back. When do you thing you will be able to release a new version to fix this issue?
@Reklino is it possible to get a new release to fix this issue? I really want to use this on my project but it makes it not possible to use in a CI for instance.