diff --git a/src/app/stories/template/detail.html b/src/app/stories/template/detail.html index 0fdea493..2325ac95 100644 --- a/src/app/stories/template/detail.html +++ b/src/app/stories/template/detail.html @@ -482,6 +482,7 @@ empty-disabled-prompt="Not assigned." maxlength="255" as-inline="false" + placeholder="Enter task name" />
diff --git a/src/app/util/template/project_typeahead.html b/src/app/util/template/project_typeahead.html index a26c6091..7f39e6c2 100644 --- a/src/app/util/template/project_typeahead.html +++ b/src/app/util/template/project_typeahead.html @@ -48,6 +48,7 @@ typeahead-loading="loadingProjects" typeahead-input-formatter="formatProjectName($model)" typeahead-on-select="updateViewValue($model.id);" + placeholder="{{placeholder}}" ng-model="selectedProject"/> diff --git a/src/app/util/template/user_typeahead.html b/src/app/util/template/user_typeahead.html index f3a22db6..cf7619f0 100644 --- a/src/app/util/template/user_typeahead.html +++ b/src/app/util/template/user_typeahead.html @@ -50,6 +50,7 @@ typeahead-loading="loadingUsers" typeahead-input-formatter="formatUserName($model)" typeahead-on-select="updateViewValue($model.id);" + placeholder="{{placeholder}}" ng-model="selectedUser"/>