Skip to content

Commit 2af8042

Browse files
committed
remove replace: true on progressbar
1 parent 8ba866b commit 2af8042

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/directives/progressbar/progressbar.directive.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
function progressBar(toastrConfig) {
1010
return {
11-
replace: true,
1211
require: '^toast',
1312
templateUrl: function() {
1413
return toastrConfig.templates.progressbar;

src/toastr.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ button.toast-close-button {
199199
background-color: @orange;
200200
}
201201

202-
.toast-progress {
202+
progress-bar {
203203
position: absolute;
204204
left: 0;
205205
bottom: 0;

0 commit comments

Comments
 (0)