AngularJS を使い始めたところ、以下のエラーが発生しました。
Error: Argument '?' is not a function, got Object
at assertArg (http://localhost/angular/project/scripts/vendor/angular.js:1039:11)
at assertArgFn (http://localhost/angular/project/scripts/vendor/angular.js:1049:3)
at http://localhost/angular/project/scripts/vendor/angular.js:4802:9
at http://localhost/angular/project/scripts/vendor/angular.js:4384:17
at forEach (http://localhost/angular/project/scripts/vendor/angular.js:137:20)
at nodeLinkFn (http://localhost/angular/project/scripts/vendor/angular.js:4369:11)
at compositeLinkFn (http://localhost/angular/project/scripts/vendor/angular.js:4015:15)
at compositeLinkFn (http://localhost/angular/project/scripts/vendor/angular.js:4018:13)
at publicLinkFn (http://localhost/angular/project/scripts/vendor/angular.js:3920:30)
at update (http://localhost/angular/project/scripts/vendor/angular.js:14202:11)
さて、私の質問は次のとおりです。エラーが発生した.jsファイルの行を見つける方法はありますか? 発生した例外で angular.js ファイルの行番号を取得しますが、エラーが発生する可能性のあるファイルが多すぎます。
私は AngularJS Batarang を試しましたが、これは構文エラーではなくセマンティックをデバッグするためのものです。
ありがとう。