Remove pointless variable creation
Change-Id: I5777837310fb6aadbf271410d3678ad3e43e853f
This commit is contained in:
parent
3c16be0dbb
commit
0cbdc3f77c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user