當我試圖在我的web應用程序中包含服務時,我在angular-resource.js perfmite中得到一個錯誤,無法加載文件文件。錯誤是:「Uncaught TypeError:無法調用未定義的$ $ minErr'方法」。用ANGULARJS調用RESTFul服務
有什麼想法?
非常感謝。
你好,
我在我的HTML代碼包括:
<script src="angular-resource.js"></script>
<script src="angular.js"></script>
在配置文件中的應用程序我有下面的代碼:
var myApp = angular.module('myApp', ['ngResource','ngI18n','directives']);
當框架開始編譯這個代碼是當我嘗試錯誤是:
Uncaught TypeError: Can not call method '$ $ minErr' of undefined
我不明白爲什麼這個問題...
感謝
您可能想要使用https://github.com/mgonto/restangular而不是常規的角度來使用RESTful資源。 –
沒有更多信息(如重現代碼),實際上沒有任何幫助。 –