remove incorrect .history setting (leftover from merge conflicts)

This commit is contained in:
Joe Fleming 2014-08-06 12:08:55 -07:00
parent 9233a1c470
commit 224691dccc

View file

@ -61,8 +61,6 @@ define(function (require) {
query: ''
};
$scope.history = storage.get('dashboard:history') || [];
var $state = $scope.state = appStateFactory.create(stateDefaults);
$scope.configTemplate = new ConfigTemplate({