$scope.newTorrentDialog = function() {
        newTorrent();
        $("#create_torrent_dialog").modal();
        $("#create_torrent_dialog input[name='name']").focus();
    }