Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Sep 11, 2016
1 parent d54f6d7 commit c0cfefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ window.angular.module('exampleApp', [
link: function (scope, element) {
element.on('click', function onClick() {
webNotification.showNotification(scope.notificationTitle, {
body: scope.notificationText
body: scope.notificationText,
onClick: function onNotificationClicked() {
console.log('Notification clicked.');
},
Expand Down

0 comments on commit c0cfefd

Please sign in to comment.