Skip to content

Commit fe0d78c

Browse files
committed
github pages
1 parent 487c759 commit fe0d78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<form class="notification-form" ng-controller="exampleForm">
1717
<div class="form-group">
1818
<label for="message">Notification Text</label>
19-
<input type="text" class="form-control" id="message" placeholder="Notification Text" ng-model="text">
19+
<textarea class="form-control" rows="3" id="message" placeholder="Notification Text" ng-model="text"></textarea>
2020
</div>
2121
<button class="show-button btn btn-primary" notification-text="text">Show Notification</button>
2222
</form>

0 commit comments

Comments
 (0)