|
|
|
|
|
by campbellmorgan
4134 days ago
|
|
While that is a nice separation of concerns (Angular-style), it doesn't solve the problem for unit testing the controller because you still won't be able to inject a mock service into the controller without some beforeEach global variable hackery. |
|