You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
Hi,
thanks a lot of for this library. When trying out I encounter the following problem: How can I unit test Angular-Specific code written in Scala? UTest is not a problem, but how can I inject a controller programatically? Providing it with an explicit scope, could possibly be do-able, but what happens if the controller needs multiple services and some of them need to be mocked?