Created
February 1, 2015 12:54
-
-
Save poteto/8279269cdaa39f59ea75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
isSuccess : computed.equal('type', 'success'), | |
isInfo : computed.equal('type', 'info'), | |
isWarning : computed.equal('type', 'warning'), | |
isDanger : computed.equal('type', 'danger'), | |
defaultTimeout : computed.alias('flashService.defaultTimeout'), | |
queue : computed.alias('flashService.queue'), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment