onsen ui (2 rc5) ons-bottom-toolbar angular template TypeError: Cannot set property 'nodeValue' of undefined
onsen ui (2 rc5) ons-bottom-toolbar angular template TypeError: Cannot set property 'nodeValue' of undefined
我试过这样的事情:
<ons-bottom-toolbar>{{ 'show this text in bottom toolbar' }}</ons-bottom-toolbar>
我收到这个错误
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)
温泉底部工具栏似乎不接受任何绑定。
或者可能是我错过了什么。
更新:
此错误仅显示在 GoogleChroum(Ubuntu 桌面版和 android)最新版本上。
实际上这是 bug in OnsenUI which is fixed (thanks to Onsen team especially Andreas Argelius),将在一周内发布。
我试过这样的事情:
<ons-bottom-toolbar>{{ 'show this text in bottom toolbar' }}</ons-bottom-toolbar>
我收到这个错误
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)
温泉底部工具栏似乎不接受任何绑定。 或者可能是我错过了什么。
更新:
此错误仅显示在 GoogleChroum(Ubuntu 桌面版和 android)最新版本上。
实际上这是 bug in OnsenUI which is fixed (thanks to Onsen team especially Andreas Argelius),将在一周内发布。