javascript - Replicating Script Behavior in Templates -


i trying build website using header.html template included in index.html file.

i have template working. had been using jquery rotate (http://jqueryrotate.com/) make logo flip upside down on mouseover.

since angular won't allow <script> tags in templates security reasons wondering standard practice replicate script behaviors. can still use ng-mouseover , ng-mouseleave. there convenient way call jquery rotate functions controller?


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -