We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7800f63 + c848279 commit 4b51e7eCopy full SHA for 4b51e7e
app/assets/javascripts/controllers/posts/edit.seo.js
@@ -9,7 +9,7 @@ angular.module('cortex.controllers.posts.edit.seo', [
9
if ($scope.postForm.seo_title.$dirty && $scope.postForm.seo_title) {
10
return;
11
}
12
- $scope.data.post.seo_title = $filter('slugify')($scope.data.post.title);
+ $scope.data.post.seo_title = $scope.data.post.title;
13
});
14
15
// Ditto SEO Description
0 commit comments