skip to Main Content

ng-dropdown-multiselect library not working for me-Twitter bootstrap

I found this cool library to do dropdown menus with angularjs + twitter-bootstrap-3, here: http://dotansimha.github.io/angularjs-dropdown-multiselect/docs. I am following the examples, I have this in my html: <div ng-dropdown-multiselect="" options="stringData" selected-model="stringModel" extra-settings="stringSettings"> </div> And this in my controller: $scope.stringData = ['a',…

VIEW QUESTION
Back To Top
Search