$scope.save = function () {
        var fields = diff($scope.channel);
        if (!_.isEmpty(fields)) {
            $scope.Channels.update($scope.channel._id, fields);
        }