mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 04:07:11 +02:00
Title should be required.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="title">Title</label>
|
||||
<div class="controls">
|
||||
<input type="text" data-ng-model="title" id="title" placeholder="Title">
|
||||
<input type="text" data-ng-model="title" id="title" placeholder="Title" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<label class="control-label" for="title">Title</label>
|
||||
|
||||
<div class="controls">
|
||||
<input type="text" data-ng-model="article.title" id="title" placeholder="Title">
|
||||
<input type="text" data-ng-model="article.title" id="title" placeholder="Title" required>
|
||||
</input>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user