angular-flashr
0.0.4
Ever wanted a flash like mechanism that occurred after a redirect in AngularJS? Flashr alleviates all the setup of flashing and notifications inside of your application using toastr.
Display notifications now or later.
Simple Examples
flashr.now.success("your message");
flashr.later.success("your message after page redirection");
Install-Package angular-flashr -Version 0.0.4
dotnet add package angular-flashr --version 0.0.4
<PackageReference Include="angular-flashr" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add angular-flashr --version 0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: angular-flashr, 0.0.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
0.0.3 - Bug fixes
0.0.4 - Bower Addionts
Dependencies
-
- angularjs (>= 1.0.7)
- lodash.underscore (>= 1.3.1)
- toastr (>= 1.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.