Skip to content

Commit

Permalink
Dist folder for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Oct 16, 2014
1 parent 199ecbb commit ca6078b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/angular-toastr.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ angular.module('toastr', [])

if (toast) { // Avoid clicking when fading out

$animate.leave(toast.el, function() {
$animate.leave(toast.el).then(function() {
toast.scope.$destroy();
if (container && container.children().length === 0) {
toasts = [];
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-toastr.min.js

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

0 comments on commit ca6078b

Please sign in to comment.