skip to Main Content

406 err while data returning from spring java controller to angularjs service-Twitter bootstrap

am stuck at geting data from controller to angular service please check my code any body suggest me what to do thanks in advance pom.xml <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.7.4</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.7.4</version> </dependency> <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations --> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId>…

VIEW QUESTION

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