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