Add a JPEG optimizer

This commit is contained in:
Gaël Métais
2015-05-31 18:39:52 +02:00
parent d7ddae38e5
commit 74eabd700c
11 changed files with 274 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ ruleCtrl.config(['ChartJsProvider', function (ChartJsProvider) {
colours: ['#FF5252', '#FF8A80'],
responsive: true
});
}])
}]);
ruleCtrl.controller('RuleCtrl', ['$scope', '$rootScope', '$routeParams', '$location', '$sce', 'Menu', 'Results', 'API', function($scope, $rootScope, $routeParams, $location, $sce, Menu, Results, API) {
$scope.runId = $routeParams.runId;
@@ -879,7 +879,7 @@
}
return mega.toFixed(1) + ' MB';
}
};
});
})();