0
votes
0answers
234 views

AngularJs :: Load Data In DropDown on base of other Dropdown

Load data in my first dropdown from AngularJS then on the basis of this dropdown i want to generate next dropdown with data from another controller <ul data-role="listview" data-inset="true"> ...
0
votes
1answer
126 views

Dynamically loaded AngularJS not working

I'm just looking to try AngularJS as it looks very promising. I am using fancybox to load my pages in my current application like so: $.fancybox({ 'href' : 'pages/example.php', 'type' : ...
0
votes
1answer
233 views

Controller doesn't work after URL change

In short: I have a controller that triggers some jQuery in my AngularJS web page to fade out a play button and a corresponding image. But, when the URL changes, the controller fails to work on ...