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
Post a Comment