Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

shortcuts to warning, info, danger and success #45

Merged
merged 4 commits into from
May 2, 2015

Conversation

merlos
Copy link
Contributor

@merlos merlos commented Apr 29, 2015

Added a few useful shortcuts

 ngToast.info('hello');
 // is the same as 
 ngToast.create({className: 'info', content:'hello' });

The pull request includes code, tests and doc

BTW, after working with ngToast I believe that Settings documentation (http://tamerayd.in/ngToast/#settings) should be included in the Readme just before Animations and the reference/link to this doc on the website. Thay way we would have all the docs in one single page.

Thanks. Juan.

@rictorres
Copy link
Contributor

i like this 👍

@tameraydin tameraydin merged commit c0aa823 into tameraydin:master May 2, 2015
@tameraydin
Copy link
Owner

Thanks! 1.5.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants