Skip to content

Commit b19c89b

Browse files
committed
Merge branch 'master' of github.com:jadjoubran/laravel5-angular-material-starter
2 parents 641bb3e + 2917ca2 commit b19c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/services/dialog.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class DialogService {
1414
options = {};
1515
}
1616

17-
options.templateUrl = './views/dialogs/' + template + '/' + template + 'dialog.html'
17+
options.templateUrl = './views/dialogs/' + template + '/' + template + '.dialog.html'
1818

1919
return this.$mdDialog.show(options);
2020
}

0 commit comments

Comments
 (0)