You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,11 @@ Grab the compressed files under `/dist` and the dev files at `/gen`.
274
274
275
275
----------
276
276
277
+
## FAQ
278
+
279
+
**Q:** Why can't I override the `positionClass` in a toast? It gets ignored.
280
+
**A:** The toasts don't have a position, they are attached to a container and is that container who has the position set on the page. This will be changed in a future version.
281
+
277
282
## Libraries using `angular-toastr`
278
283
279
284
*[CodeScaleInc/angular-toastr-flash](https://github.com/CodeScaleInc/angular-toastr-flash) - A library to show flash messages using toasts.
0 commit comments