mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-10 22:22:38 +08:00
17 lines
No EOL
275 B
JavaScript
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) {
|
|
|
|
}]);
|
|
|
|
}()); |