|
@@ -23,7 +23,6 @@ define([
|
|
|
'config',
|
|
'config',
|
|
|
'underscore',
|
|
'underscore',
|
|
|
'services/all',
|
|
'services/all',
|
|
|
- 'services/dashboard/all'
|
|
|
|
|
],
|
|
],
|
|
|
function (angular, $, config, _) {
|
|
function (angular, $, config, _) {
|
|
|
"use strict";
|
|
"use strict";
|
|
@@ -119,12 +118,6 @@ function (angular, $, config, _) {
|
|
|
return $scope.editorTabs;
|
|
return $scope.editorTabs;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- // This is whoafully incomplete, but will do for now
|
|
|
|
|
- $scope.parse_error = function(data) {
|
|
|
|
|
- var _error = data.match("nested: (.*?);");
|
|
|
|
|
- return _.isNull(_error) ? data : _error[1];
|
|
|
|
|
- };
|
|
|
|
|
-
|
|
|
|
|
$scope.colors = [
|
|
$scope.colors = [
|
|
|
"#7EB26D","#EAB839","#6ED0E0","#EF843C","#E24D42","#1F78C1","#BA43A9","#705DA0", //1
|
|
"#7EB26D","#EAB839","#6ED0E0","#EF843C","#E24D42","#1F78C1","#BA43A9","#705DA0", //1
|
|
|
"#508642","#CCA300","#447EBC","#C15C17","#890F02","#0A437C","#6D1F62","#584477", //2
|
|
"#508642","#CCA300","#447EBC","#C15C17","#890F02","#0A437C","#6D1F62","#584477", //2
|