Skip to content

Commit 5f2c643

Browse files
committed
Added search and get first sentence using . or ?
1 parent 4325ef9 commit 5f2c643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

question.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<form id="todo-form" ng-submit="addTodo()">
5050
-->
5151
<textarea type="text" id="new-todo" class="form-control"
52-
placeholder="Search or Post a Question"
52+
placeholder="Search or Post Question"
5353
ng-model="input.wholeMsg" autofocus></textarea>
5454
<span class="input-group-btn">
5555
<button class="btn btn-default" type="button" ng-click="addTodo()">Ask</button>

0 commit comments

Comments
 (0)