| <script> | |
| $(function(){ | |
| $(".element").typed({ | |
| // strings: ["hello, " + $('#uname').html(), "How are you?", "Me? Oh I\'m just fine thanks."], | |
| strings: ["hello, " + {{ main.user.name }}, "How are you?", "Me? Oh I\'m just fine thanks."], | |
| typeSpeed: 0 | |
| }); | |
| }); | |
| </script> | |
| <div class="element"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment