1
vote
1answer
98 views

Unit test angularjs controller

I've been looking through countless SO post on this but can't get the unit test of my angular controller to work. Error: TypeError: Object #<Object> has no method 'apply' Error: [ng:areq] ...
0
votes
0answers
705 views

Setting Model in AngularJS Control Not Updating View (something…)

I am experiencing issues with updating values in my AngularJS controller and having them properly reflecting in my model. I have the following form in my view: <form name="formSignIn" ...