Merge "Remove pointless variable creation"
This commit is contained in:
commit
eda5fec690
@ -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