Flash Messages don't disappear (sachinchoolur flash module) AngularJs
问题 I am trying to make flash messages in my AngularJs app with the use of sachinchoolur's angularjs-flash module. The flashes work but they don't disappear after the set TimeOut. I followed the documentation correctly and I made a minimum code in plnkr to demonstrate the problem. https://plnkr.co/edit/OaLbAjqZDmeWoPxr5uaf?p=preview app.js // public/js/app.js angular.module('myApp', ['ngFlash' ]) .config(['$locationProvider', '$httpProvider', 'FlashProvider', function($locationProvider,