passman/js/app/controllers/export.js
2016-09-24 20:26:04 +02:00

15 lines
243 B
JavaScript

'use strict';
/**
* @ngdoc function
* @name passmanApp.controller:ImportCtrl
* @description
* # ImportCtrl
* Controller of the passmanApp
*/
angular.module('passmanApp')
.controller('ExportCtrl', ['$scope', function ($scope) {
}]);