Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-abdulaiev committed Mar 17, 2017
1 parent ac58627 commit ddce610
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 54 deletions.
3 changes: 3 additions & 0 deletions dist/angular-toastr.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@
open: $q.defer()
};
newToast.iconClass = map.iconClass;
if (map.optionsOverride.positionClass) {
options.positionClass = map.optionsOverride.positionClass;
}
if (map.optionsOverride) {
angular.extend(options, cleanOptionsOverride(map.optionsOverride));
newToast.iconClass = map.optionsOverride.iconClass || newToast.iconClass;
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-toastr.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ddce610

Please sign in to comment.