mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 14:38:03 +02:00
9f1ae1924b
Toasts used class="toast show" with ng-repeat but never initialized Bootstrap's toast plugin, so they stayed pinned until manually closed. Each navigation re-fired toasts (e.g. "README not found in github pages"), stacking duplicates. Add an $scope.addToast helper that schedules removal via $timeout, and route all push sites through it. Fixes #246.