0
votes
1answer
136 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
0answers
261 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"> ...