Fix annotation-viewer-controller-test.coffee
The single it() in this test module was not being run (it was indented inside a beforeEach()) and dedenting it reveals that the beforeEach() is actually crashing anyway (controller somehow not registering with the $controller service, looks like). Rewrite the module to work and be clearer.
Showing
Please register or sign in to comment