This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
AriaNg/app/scripts/controllers/settings-aria2.js

8 lines
218 B
JavaScript
Raw Normal View History

2016-05-17 17:13:47 +02:00
(function () {
'use strict';
angular.module('ariaNg').controller('Aria2SettingsController', ['$scope', 'SweetAlert', 'aria2RpcService', function ($scope, SweetAlert, aria2RpcService) {
}]);
})();