Famous/famous-angular

NavigationBar moreContent change bug

xiangxn opened this issue · 0 comments

at NavigationBar.js line 113
else if (key === 'moreContent') {
this.more.setContent(this.options.content);
}
this.more.setContent(this.options.moreContent);