Fixes: U4-7900 The new content type editor: If you hit save while it generates an alias, the alias will be generatingAlias

This commit is contained in:
Mads Rasmussen
2016-02-08 10:20:09 +01:00
parent 6e0e48b6e4
commit ac60c63104

View File

@@ -28,7 +28,8 @@ angular.module("umbraco.directives")
if( value !== undefined && value !== "" && value !== null) {
scope.alias = "Generating Alias...";
scope.alias = "";
scope.placeholderText = "Generating Alias...";
generateAliasTimeout = $timeout(function () {
updateAlias = true;