passman/js/app/controllers/export.js

15 lines
243 B
JavaScript
Raw Normal View History

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