allows editing for any length of story title
Change-Id: I6891b3cf3c4215ae77c2cb40903a6ff157063087
This commit is contained in:
parent
884ca37c39
commit
7e88511d18
@ -130,7 +130,7 @@
|
|||||||
ng-model="story.title"
|
ng-model="story.title"
|
||||||
required
|
required
|
||||||
focus
|
focus
|
||||||
maxlength="100"
|
maxlength="255"
|
||||||
placeholder="Story title"
|
placeholder="Story title"
|
||||||
ng-disabled="isUpdating">
|
ng-disabled="isUpdating">
|
||||||
<span class="form-control-feedback"
|
<span class="form-control-feedback"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user