Merge pull request #25 from teresita-guerrero/issue22

Dead stores should be removed on projectList.controller.spec.js
Fixes #22
This commit is contained in:
Arturo Nunez 2017-02-17 11:07:05 -06:00 committed by GitHub
commit 981f3683d0
1 changed files with 1 additions and 1 deletions

View File

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