'use strict'; define(['app'], function(app) { app.controller("destinationLocalv2", ["$scope", "lang", function ($scope, lang) { $scope.$emit('options', { disklimit: true, threads: true }); if($scope.saveData.options.path === undefined) $scope.saveData.options.path = '/'; }]); });