标签: javascript jquery angularjs
我目前正在尝试使用header.html文件中包含的index.html模板构建网站。
header.html
index.html
我目前有模板正常工作。我一直在使用jQuery Rotate(http://jqueryrotate.com/)在鼠标悬停时将徽标翻转过来。
由于安全性原因Angular不允许在模板中使用<script>标记,我想知道复制脚本行为的标准做法是什么。我仍然可以使用ng-mouseover和ng-mouseleave。有没有一种方便的方法从我的控制器调用jQuery Rotate函数?
<script>
ng-mouseover
ng-mouseleave