We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487c759 commit fe0d78cCopy full SHA for fe0d78c
docs/index.html
@@ -16,7 +16,7 @@
16
<form class="notification-form" ng-controller="exampleForm">
17
<div class="form-group">
18
<label for="message">Notification Text</label>
19
- <input type="text" class="form-control" id="message" placeholder="Notification Text" ng-model="text">
+ <textarea class="form-control" rows="3" id="message" placeholder="Notification Text" ng-model="text"></textarea>
20
</div>
21
<button class="show-button btn btn-primary" notification-text="text">Show Notification</button>
22
</form>
0 commit comments