/angularjs-toasts-module

A dead simple toast module for Angular JS.

Primary LanguageJavaScript

Toastie - A lovely directive and service for lovely toasts.

How to use

  • Add the toastie directive to the page some where
  • Include the less file for basic fixed styling if you want it.
  • When you want a toast include the toastieService and run toastieService.create(toast)
	content: 'something',
	type: 'info'
}```

## How do change / make better / break

Do what the hell you want and just run the default gulp task.