-
Notifications
You must be signed in to change notification settings - Fork 1
P47和48页一个绑定数据错误 #9
Open
Description
这是一个主题树的栗子
错误的
<ul ng-if="vm.$hasChildren()">
正确应该是
<ul ng-if="vm.items">
因为controller里面没有绑定$hasChildren()方法,只有在service里面有定义这个方法。
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.