mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
SVG sprites, modals, general improvements
This commit is contained in:
7
app/js/controllers/controller-export.js
Normal file
7
app/js/controllers/controller-export.js
Normal file
@@ -0,0 +1,7 @@
|
||||
angular.module('app').controller('ExportController', ['$scope', 'Persist', function ($scope, Persist) {
|
||||
$scope.builds = {
|
||||
builds: Persist.builds
|
||||
// TODO: add comparisons
|
||||
};
|
||||
|
||||
}]);
|
||||
Reference in New Issue
Block a user