Info
Version: | 0.0.4 |
Author(s): | Tyler Garlick |
Last Update: | Wednesday, August 14, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/TylerGarlick/angular.flashr |
NuGet Url: | https://www.nuget.org/packages/angular-flashr |
Install
Install-Package angular-flashr
dotnet add package angular-flashr
paket add angular-flashr
angular-flashr Download (Unzip the "nupkg" after downloading)
Dependencies
- toastr(1.3.1)
- angularjs(1.0.7)
- lodash.underscore(1.3.1)
Tags
Display notifications now or later.
Simple Examples
flashr.now.success("your message");
flashr.later.success("your message after page redirection");.