Skip to content

Commit

Permalink
added comment to change commit to the right username
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspink committed Jan 14, 2017
1 parent 1374de3 commit a62c6bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/dialog/dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ export class MdDialog {

if (index > -1) {
this._openDialogs.splice(index, 1);

// no open dialogs are left, call next on afterAllClosed Subject
if (!this._openDialogs.length) {
this._afterAllClosed.next();
}
Expand Down

0 comments on commit a62c6bb

Please sign in to comment.