Created
February 27, 2017 16:33
-
-
Save tjad/73347c57896c7d4d4f33b6ddb4fae731 to your computer and use it in GitHub Desktop.
Bootstrap 3
This file contains hidden or 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
this.email = 'super@gm' | |
window.setInterval(()=>{this.email = (this.email == 'super@gm' ? 'nonsense@gm' : 'super@gm')}, 2000) |
This file contains hidden or 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
require from='../bs-tooltip-attribute.js' | |
span bs-tooltip.bind='email' Hello world |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment