Tagged Questions
1
vote
1answer
144 views
Controller function calls more than once in AngularJs
I am making mobile application with using JQuery Mobile and AngularJs
I am currently using single page structure here is my sample
<body ng-app="myApp">
<div data-role="page" ...
0
votes
1answer
2k views
AngularJS Drop down values change Dynamically
I am creating two dropdowns using AngularJS, and append data in them through Angular controllers. I want to change the 2nd dropdown values when change occurs in first one.
I create the example, but ...