mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 09:59:21 +08:00
15 lines
243 B
JavaScript
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) {
|
||
|
|
||
|
}]);
|
||
|
|