mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-13 19:39:53 +08:00
14 lines
243 B
JavaScript
14 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) {
|
|
|
|
}]);
|
|
|