Remove pointless variable creation

Change-Id: I5777837310fb6aadbf271410d3678ad3e43e853f
This commit is contained in:
Adam Coldrick 2016-04-15 12:53:18 +00:00
parent 3c16be0dbb
commit 0cbdc3f77c

View File

@ -287,7 +287,6 @@ angular.module('sb.worklist').controller('WorklistDetailController',
};
$scope.isSaving = false;
$scope.worklist = new Worklist({title: '', filters: []});
$scope.resourceTypes = ['Story'];
$scope.showAddFilter = false;
$scope.newFilter = angular.copy(blankFilter);