It's really hard to tell what's going on without seeing the code but we have seen a similar error in the past <https://github.com/Polymer/platform/issues/66>. This should be fixed in the latest release of Polymer (0.4.1). I wonder if Angular is being bit by the same bug? Or if it's caused by something totally different. If you're able to put together a simple test case that we can look at, that would help.
On Sun, Sep 28, 2014 at 12:24 PM, <[email protected]> wrote: > Hi, > > I got the following error when I use Polymer 0.4.1+ Angular js 1.2.25 in > Safari. > > Error: Attempted to assign to readonly property. > interpolateFnWatchAction@ > http://localhost:9000/bower_components/angular/angular.js:6976:26 > $digest@http://localhost:9000/bower_components/angular/angular.js:12540:31 > $apply@http://localhost:9000/bower_components/angular/angular.js:12805:31 > http://localhost:9000/bower_components/angular/angular.js:1447:21 > invoke@http://localhost:9000/bower_components/angular/angular.js:3966:22 > doBootstrap@ > http://localhost:9000/bower_components/angular/angular.js:1445:20 > bootstrap@ > http://localhost:9000/bower_components/angular/angular.js:1459:23 > angularInit@ > http://localhost:9000/bower_components/angular/angular.js:1368:14 > http://localhost:9000/bower_components/angular/angular.js:22019:16 > trigger@http://localhost:9000/bower_components/angular/angular.js:2573:9 > http://localhost:9000/bower_components/angular/angular.js:2853:14 > forEach@http://localhost:9000/bower_components/angular/angular.js:325:22 > eventHandler@ > http://localhost:9000/bower_components/angular/angular.js:2852:12 > r@http://localhost:9000/bower_components/platform/platform.js:13:841 > p@http://localhost:9000/bower_components/platform/platform.js:13:174 > n@http://localhost:9000/bower_components/platform/platform.js:12:62313 > m@http://localhost:9000/bower_components/platform/platform.js:12:61890 > > > I does not happen in Chrome or IE. > > Any idea? > > Regards > Ignacio > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/2669a39d-7ed6-41a3-beb3-8a54fbcdae4b%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/2669a39d-7ed6-41a3-beb3-8a54fbcdae4b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAJj5OwCHYORNMpzpjGhaReSNtHezm%3Dg7Y71EhxDhe6JuNWYuxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
