2016-01-17 82 views
3

這是從karma.conf.js文件中使用beforeEach beforeEach(注(函數(...)...);部分代碼導致此錯誤 當我嘗試運行測試:不能與注射功能

PhantomJS 1.9.8 (Windows 8 0.0.0) my.test "before each" hook: workFn for "exists" FAILED 
     Error: [$injector:modulerr] Failed to instantiate module ng due to: 
     TypeError: 'undefined' is not an object (evaluating 'Function.prototype.bind.apply') 

我找不出什麼問題。有人有任何想法嗎?謝謝。

回答

0

我從Angular 1.5.0降級到1.2.29,現在測試沒有錯誤。