Skip to content

Commit

Permalink
Split the internal web notification API into a new project: simple-we…
Browse files Browse the repository at this point in the history
…b-notification
  • Loading branch information
sagiegurari committed Jan 21, 2017
1 parent 795870d commit 6213d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<label for="message">Notification Text</label>
<textarea class="form-control" rows="3" id="message" placeholder="Notification Text" ng-model="text"></textarea>
</div>
<button class="show-button btn btn-primary" notification-title="title" notification-text="text">Show Notification</button>
<button type="button" class="show-button btn btn-primary" notification-title="title" notification-text="text">Show Notification</button>
</form>
</body>

Expand Down

0 comments on commit 6213d38

Please sign in to comment.