ember-widgets
ember-widgets copied to clipboard
Uncaught TypeError: Cannot read property 'extend' of undefined
Hi, I am getting following errors after importing
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.2/jquery-ui.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script src="http://builds.emberjs.com/list-view/list-view-latest.js"></script>
<script src="http://rawgit.com/Addepar/ember-widgets/v0.2.0/dist/js/ember-widgets.js"></script>
I am using ember 1.10
I want to use multiselect component.
Thanks & regards, -Vinayak
Hi @vinayakbhadage, you should probably try installing ember-widgets with Bower, following the directions in the README.
Additionally, if you want to use the library with Ember 1.10, you should try the ebryn/handlebars-2.0 branch.