onsen ui(2 rc5)ons-bottom-toolbar angular template TypeError:无法设置undefined属性'nodeValue'

时间:2022-06-01 22:13:16

I tried some thing like this:

我试过这样的事情:

<ons-bottom-toolbar>{{ 'show this text in bottom toolbar' }}</ons-bottom-toolbar>

and I get this error

我收到这个错误

TypeError: Cannot set property 'nodeValue' of undefined
    at interpolateFnWatchAction (angular.js:8878)
    at interpolateFnWatcher (angular.js:11388)
    at watchGroupAction (angular.js:15873)
    at constantListener (angular.js:14735)
    at Scope.$digest (angular.js:16203)
    at Scope.$apply (angular.js:16467)
    at done (angular.js:10852)
    at completeRequest (angular.js:11050)
    at XMLHttpRequest.requestLoaded (angular.js:10991)

It seems that onsen bottom toolbar doesn't accept any binding. or may be I missed something.

似乎onsen bottom工具栏不接受任何绑定。或者可能是我错过了什么。

Update:

This error just showed on GoogleChroum (Ubuntu desktop and android) latest version.

这个错误只是在GoogleChroum(Ubuntu桌面和android)最新版本上显示的。

1 个解决方案

#1


0  

Actually this was a bug in OnsenUI which is fixed (thanks to Onsen team especially Andreas Argelius) and will release in a week.

实际上这是OnsenUI中的一个错误,修复了(感谢Onsen团队特别是Andreas Argelius)并将在一周内发布。

#1


0  

Actually this was a bug in OnsenUI which is fixed (thanks to Onsen team especially Andreas Argelius) and will release in a week.

实际上这是OnsenUI中的一个错误,修复了(感谢Onsen团队特别是Andreas Argelius)并将在一周内发布。