찾다

 >  Q&A  >  본문

angular.js - angularjs的include指令,include的页面无法加载js

<p ng-include="'project_index.jsp'">

project_index.jsp中:

<script type="text/javascript" ng-src='{{generateURL("/scripts/tab.js")}}'></script>

生成的url是正确的,在浏览器中可以访问,但是我看过请求的记录,这个js没有被加载。所以js中的内容也无法执行。请问我的做法的问题在哪儿?感谢回答~

phpcn_u1582phpcn_u15822743일 전548

모든 응답(1)나는 대답할 것이다

  • 黄舟

    黄舟2017-05-15 16:52:36

    스택에서 발견되었습니다. 개인 테스트가 유용합니다.

    으아아아

    위 코드를 js 파일에 작성한 다음 이 모듈 ngLoadScript를 현재 애플리케이션에 삽입한 다음 <script> 태그에 type="text/javascript-lazy"를 사용하세요.
    이 각도 모듈은 @endorama(https://github.com/endorama)
    가 게시한 코드를 기반으로 @subudeepak(https://github.com/subudeepak)이 만들었습니다. * (코드 기준
    * 게시자: @olostan (https://github.com/olostan) )

    회신하다
    0
  • 취소회신하다