johnpapa
NuGet publisher profile
Packages (20)
AngularJS.Core
See the AngularJS.* packages for other Angular modules
toastr
3 Easy Steps: (1) Link to toastr.css (2) Link to toastr.js (3) Use toastr to display a toast for info, success, warning or error // Display an info toast with no title toastr.info('Are you the 6 fingered man?') *** For other API calls, see the demo
AngularJS.Route
See the AngularJS.* packages for other Angular modules
AngularJS.Animate
See the AngularJS.* packages for other Angular modules
AngularJS.Sanitize
See the AngularJS.* packages for other Angular modules
AngularJS.Resource
See the AngularJS.* packages for other Angular modules
AngularJS.Cookies
See the AngularJS.* packages for other Angular modules
AngularJS.Messages
See the AngularJS.* packages for other Angular modules
AngularJS.Aria
See the AngularJS.* packages for other Angular modules
AngularJS.Touch
See the AngularJS.* packages for other Angular modules
KoLite
KoLite contains a set of helpers to aid in creating MVVM applications using JavaScript and Knockout. Including: asyncCommand activity dirtyFlag For a quick start, see http://jpapa.me/kolitegh
AngularJS.Locale
See the AngularJS.* packages for other Angular modules
AngularJS.Loader
See the AngularJS.* packages for other Angular modules
HotTowel
Want to build a SPA but can't decide where to start? Use Hot Towel and in seconds you'll have a SPA and all the tools you need to build on it! * Use Hot Towel for ASP.NET MVC * Use Hot Towelette for ASP.NET (no MVC required) Hot Towel creates a great starting point for building a SPA with ASP.NET MVC, Knockout for data bindings, Durandal for navigation and UI, and Breeze for data management. Hot Towel also adds pop-up toasts with Toastr, date formatting with Moment, styling with Twitter Bootstrap, and browser history integration with Durandal.Router. Hot Towel: Because you don't want to go to the SPA without one! * Hot Towel and Hot Towelette are shown in the SPA JumpStart course at www.pluralsight.com
HotTowel.Angular
Want to build a SPA but can't decide where to start? Use Hot Towel and in seconds you'll have a SPA and all the tools you need to build on it! Hot Towel Angular creates a great starting point for building a SPA using Angular for data bindings, navigation and UI, and Breeze for data management. Hot Towel Angular also adds pop-up toasts with Toastr, date formatting with Moment, and styling with Twitter Bootstrap. Hot Towel: Because you don't want to go to the SPA without one! * Hot Towel is shown in the SPA with Angular and Breeze course at www.pluralsight.com
AngularJS.MessageFormat
See the AngularJS.* packages for other Angular modules
HotTowel.Angular.Breeze
Want to build a SPA but can't decide where to start? Use Hot Towel and in seconds you'll have a SPA and all the tools you need to build on it! Hot Towel Angular creates a great starting point for building a SPA using Angular for data bindings, navigation and UI, and Breeze for data management. Hot Towel Angular also adds pop-up toasts with Toastr, date formatting with Moment, and styling with Twitter Bootstrap. Hot Towel: Because you don't want to go to the SPA without one! * Hot Towel Angular is shown in the "Building Apps with Angular and Breeze" course at http://jpapa.me/spangz
Angular.Breeze.StorageWIP
Angular.Breeze.StorageWIP provides an API to export all client data from Breeze to local storage, and import it back into Breeze retaning all metadata, state and object relations. It also supports an API for saving Work in Progress (WIP) to local storage. Works great with HotTowel.Angular
HotTowelette
Want to build a SPA but can't decide where to start? Use Hot Towelette and in seconds you'll have a SPA and all the tools you need to build on it! * Use Hot Towel for ASP.NET MVC * Use Hot Towelette for ASP.NET (no MVC required) Hot Towelette creates a great starting point for building a SPA with ASP.NET, Knockout for data bindings, Durandal for navigation and UI, and Breeze for data management. Hot Towelette also adds pop-up toasts with Toastr, date formatting with Moment, styling with Twitter Bootstrap, and browser history integration with Durandal.Router. Hot Towelette: Because you don't want to go to the SPA without one! * Hot Towel and Hot Towelette are shown in the SPA JumpStart course at www.pluralsight.com
glimpse.toastr
Demo can be found here http://codeseven.github.com/toastr Usage: Link to jquery, toastr.css, toastr.js, glimpse.js and glimpse.toastr.js <script src="jquery.js"></script> <script src="toastr.js"></script> <script src="glimpse.js"></script> <script src="glimpse.toastr.js"></script> Use toastr $(function(){ toastr.info('testing'); })(); Click the G icon in the bottom right of your browser and enjoy!