Merge pull request #24 from teresita-guerrero/issue21

Dead stores should be removed on projectDetail.controller.spec.js
Fixes #21
This commit is contained in:
Arturo Nunez 2017-02-17 11:00:48 -06:00 committed by GitHub
commit c1ed1acc4a
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ describe('Component: ProjectDetailComponent', function () {
// Initialize the controller and a mock scope
beforeEach(inject(function ($componentController, $rootScope) {
scope = $rootScope.$new();
ProjectDetailComponent = $componentController('ProjectDetailComponent', {
$componentController('ProjectDetailComponent', {
$scope: scope
});
}));