codekraft-studio / angular-typed

the angularjs typing tool module, that helps you with typing animation
https://codekraft-studio.github.io/angular-typed/
11 stars 7 forks source link

Doesn't not take scope values #1

Closed tobioladele closed 7 years ago

tobioladele commented 8 years ago

< typed>Hi, my name is {{ted}}</typed

The above does not work. Am i doing something wrong?

codekraft-studio commented 7 years ago

Sorry for the late response, this code:

< typed>Hi, my name is {{ted}}</typed

can't be done since the scope variables may vary during the event loop and it will alter what the plugin has to type.

EDIT: maybe I can try to figure it out, if it can be possible anyway, but in my spare time :rice_ball: