• Sean Hammond's avatar
    Fix annotation-viewer-controller-test.coffee · 47a03b87
    Sean Hammond authored
    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.
    47a03b87
annotation-viewer-controller-test.coffee 1.43 KB