Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement toast as a service #7

Merged
merged 3 commits into from
Nov 16, 2015
Merged

Conversation

mydea
Copy link
Contributor

@mydea mydea commented Nov 16, 2015

This PR implements a toast service. It works as it did before, however it has the advantage that it can be used & injected like any other service. This makes it possible to simply inject it into other objects, e.g. models or services.

info: proxyGenerator('info'),
warning: proxyGenerator('warning'),
error: proxyGenerator('error')
});
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you make the "tabs" here 2 spaces? Thanks.

@knownasilya
Copy link
Owner

Thanks! See my one comment above.

@mydea
Copy link
Contributor Author

mydea commented Nov 16, 2015

Sorry, this slipped through ;) Should be fixed now.

knownasilya pushed a commit that referenced this pull request Nov 16, 2015
Implement toast as a service
@knownasilya knownasilya merged commit c4a11af into knownasilya:master Nov 16, 2015
knownasilya pushed a commit that referenced this pull request Nov 16, 2015
New Features
---

* `toast` is now a service (see #7)

Fixes
---

* Remove a forgotten `console.log` (see #7)
@knownasilya
Copy link
Owner

Published as 1.3.0

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

Successfully merging this pull request may close these issues.

None yet

2 participants