页面报错“AngularJS.js:86 Error: [$parse:syntax]...."
myModule.directive("drink",function () {
// body...
return {
restrict: "AE",
scope:{
flavor:'='
},
template: "<input type='text' ng-model='flavor'/>"
}
});
这是我的代码,
这个是页面报错,请问是哪里出错了呢
myModule.directive("drink",function () {
// body...
return {
restrict: "AE",
scope:{
flavor:'='
},
template: "<input type='text' ng-model='flavor'/>"
}
});
这是我的代码,
这个是页面报错,请问是哪里出错了呢
2016-11-09
举报