All Questions
Tagged with angularjs-controlleras jquery
2 questions
0
votes
1
answer
88
views
ng-click not firing with Controller-As syntax
In my HTML, I have a ng-click directive and it's calling a function in my ProductListCtrl. I'm using the Controller As syntax and I don't know why it's not working. You usually just attach it to this. ...
0
votes
0
answers
62
views
IE : Angular Controller As losing scope when there is error in other JavaScript library
I am using the ControllerAs syntax in AngularJs. The issue I am facing is that there is an error being thrown by the jQuery library when other javascript library calls the jQuery which is run parallel ...