我试过这样的事情:
<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)最新版本上。