homerjam / angular-gsapify-router

Angular UI-Router animation directive allowing configuration of GSAP state transitions based on priority
http://homerjam.github.io/angular-gsapify-router/
MIT License
85 stars 16 forks source link

TweenMax not defined #20

Closed jonathansolorzn closed 8 years ago

jonathansolorzn commented 8 years ago

Angular throws me an error: TweenMax not defined.

I'm using Angular 1.4.8

homerjam commented 8 years ago

You need to include it on your page or in your build step, I've added a note about this in the readme.