if (!angular.equals(homeConfig, homeConfigCache)) {
            homeConfigCache = homeConfig;
            $scope.Configurations.update($scope.homeConfig._id, homeConfig).remote.fail(function (err) {
                console.log(err);
            });