0
我上的角應用程序中使用的工作:如何將別人的Angular代碼整合到我自己的代碼中?
`<html ng-app="navops"></html>`
,我們聘請了設計師如何給了我一個精縮JS腳本和他使用:
angular.bootstrap(element,modules,config);
所以這創造了一個錯誤:
App Already Bootstrapped with this Element '<body>'
我該如何整合這兩個代碼?