bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

Bower doesn't recognize this as a package. #36

Open vladislavBoshnakov opened 7 years ago

vladislavBoshnakov commented 7 years ago

bower angular-bootstrap-multiselect#^1.1.6 not-cached https://github.com/sebastianha/angular-bootstrap-multiselect.git#^1.1.6 bower angular-bootstrap-multiselect#^1.1.6 resolve https://github.com/sebastianha/angular-bootstrap-multiselect.git#^1.1.6 bower angular-bootstrap-multiselect#^1.1.6 ENORESTARGET No tag found that was able to satisfy ^1.1.6

Additional error details: Available versions in https://github.com/sebastianha/angular-bootstrap-multiselect.git: 0.5.0, 0.4.1, 0.4.0, 0.3.5, 0.3.4, 0.3.3, 0.3.2, 0.3.1, 0.3.0, 0.2.1, 0.2.0, 0.1.1, 0.1.0

ARMANDVDM commented 7 years ago

I had the same problem and seems like I found the solution. Seems we can use it in the following way via the bower.json file:

Under dependencies

"angular-bootstrap-multiselect": "https://github.com/bentorfs/angular-bootstrap-multiselect.git#^1.1.6"