Search code examples
javascriptangularjsdata-bindingonsen-uionsen-ui2

onsen ui (2 rc5) ons-bottom-toolbar angular template TypeError: Cannot set property 'nodeValue' of undefined


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.

Update:

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


Solution

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