angular.js:11607 TypeError:fn不是函数

时间:2016-09-12 14:18:15

标签: angularjs

我在下面的链接中遇到了一个问题,我希望在我的代码中使用它,它工作正常,但每当我点击添加字段按钮时我都会收到一个错误。

http://www.shanidkv.com/blog/angularjs-adding-form-fields-dynamically

错误如下,

angular.js:11607 TypeError: fn is not a function
    at $parseFunctionCall (angular.js:12346)
    at callback (angular.js:21435)
    at Scope.$eval (angular.js:14401)
    at Scope.$apply (angular.js:14500)
    at HTMLFormElement.<anonymous> (angular.js:21440)
    at HTMLFormElement.dispatch (jquery-1.9.1.min.js:3)
    at HTMLFormElement.v.handle (jquery-1.9.1.min.js:3)

0 个答案:

没有答案