$scope.newFeedDialog = function() {
        newFeed();
        $("#create_feed_dialog").modal();
        $("#create_feed_dialog input[name='name']").focus();
    };