passman/js/app/controllers/export.js
2016-10-07 19:56:29 +02:00

17 lines
No EOL
275 B
JavaScript

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