Upgrading from 1 to 2 makes dropdown dissapear
I feel like I'm missing a step somewhere.
- I changed my bower.json to "angularjs-dropdown-multiselect": "~2.0.0-beta"
- Ran bower install
- Updated my reference to 'public/lib/angularjs-dropdown-multiselect/dist/angularjs-dropdown-multiselect.min.js'
- added 'angularjs-dropdown-multiselect' to my app.js
Now when I load my form, the dropbox is simply not there. No error in console or in terminal. Is there something that has changed between 1 and 2 as far as setup steps go? The extra-optiosn function of the 1 version that installs ("^1.11.8") doesn't seem to work so I was hoping the 2 beta version would. Any help would be appreciated.
Hello,
I would like to know if there's any update on this. I also want to upgrade my current version (~1.5.2) to this version 2 (beta) and same thing happened, dropdown dissapeared. A better setting is the reason for upgrade.
Is it because of conflict in devDependencies but no error in console?
Thank you.