在ng-admin中包含requirejs的正確方法是什麼?許多使用要求,但它不是默認加載。在ng-admin中包含requirejs的正確方法
我udpated bower.json依賴於包括requirejs和requirejs文本,跑亭子更新:
「依賴性」:{ 「角度」: 「〜1.4.0」, 「角路線」 :「〜1.4.0」, 「angular-loader」:「〜1.4.0」, 「angular-mocks」:「〜1.4.0」, 「html5-boilerplate」:「〜5.2.0」, 「requirejs」: 「〜2.1.14」, 「requirejs文」: 「〜2.0.12」, 「NG管理員」: 「^ 0.9.1」 }
然而,當試圖在ng-admin中使用它,我得到「require is not defined」,或者如果我嘗試將它包含在index.html中,我會得到「不匹配的匿名define()模塊。」任何幫助,將不勝感激!