Skip to content

added: onClose method parameter to notify() constructor#6

Open
pedrombafonso wants to merge 4 commits intocgross:masterfrom
pedrombafonso:master
Open

added: onClose method parameter to notify() constructor#6
pedrombafonso wants to merge 4 commits intocgross:masterfrom
pedrombafonso:master

Conversation

@pedrombafonso
Copy link

  • added: onClose method on notify() constructor
  • updated demo with:
notify({
  messageTemplate: messageTemplate,
  classes: $scope.classes,
  scope:$scope,
  templateUrl: $scope.template,
  onClose: function () {
    console.log('closed at', new Date());
  }
});
  • updated version to 2.0.3
  • updated README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant