spacebeers / angularjs-toasts-module

A dead simple toast module for Angular JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 

About

A dead simple toast module for Angular JS.


Languages

Language:JavaScript 83.1%Language:CSS 13.4%Language:HTML 3.6%