angular-flash icon indicating copy to clipboard operation
angular-flash copied to clipboard

Flash messages for Angular.js

Results 12 angular-flash issues
Sort by recently updated
recently updated
newest added

What is the proper way to clean up messages?

Let’s get started with automated dependency management for angular-flash :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

Running bower install if I install from NPM is nothing but nonsense

I'm guessing mocks can be removed and maybe route as well. Should be under devDependencies. This is breaking grunt-bower-install. ``` "dependencies" : { "angular" : "~1", "angular-mocks": "~1", "angular-route": "~1"...

Hi. I just fork your repo because I needed directive like this. I missed the timeout feature so I added it and I edited the template to fit Semantic-UI framework....

I can only see my first flash message, not number 2, 3 etc. The reason is that once my messages array is not empty anymore, the CSS class `.ng-hide-remove` is...

Hello, It seems that when calling `flash()` before `$location`, which goes to a new route, the message does not show. In the plunkr, it's setting the flash() after the route...

It`s possible href in flas-message?

Realized the versions of Angularjs and angular-animate are 1.2.0-rc.3. I've run into problems with subsequent messages not being displayed for versions >1.2.2. Do you mind updating the preview?

Added an optional timeout value so that current implementations will not break. Any idea how to test this properly?