All Questions
Tagged with angularjs-controlleras angularjs-ng-click
2 questions
1
vote
3
answers
459
views
Ng-Click not firing
whenever I click my submit button nothing happens, currently all I want it to do is print out the username and password to test there bindings.
And I am able to talk to the controller and print out ...
1
vote
1
answer
174
views
AngularJS ng-click function not reached
When I'm adding new product to a product list its not working. So the products get loaded well but the ng-click function does not getting called. (The alert I put in the addProduct function is not ...