Re: AngularJS issue upgrading authentication provider from 0.9.14 to 1.0.0

2019-06-18 Thread Mark Nolan
Perfect! I was actually quite happy with the interpolation binding (fixing the identifier on each line) and had no idea it wasn't allowed! Many thanks, M. . On Tue, 18 Jun 2019 at 19:45, Mike Jumper wrote: > On Tue, Jun 18, 2019 at 11:14 AM Mark Nolan wrote: > > > ... > > The browser

Re: AngularJS issue upgrading authentication provider from 0.9.14 to 1.0.0

2019-06-18 Thread Mike Jumper
On Tue, Jun 18, 2019 at 11:14 AM Mark Nolan wrote: > ... > The browser console shows this: > > angular.js:14800 Error: [$parse:syntax] > > http://errors.angularjs.org/1.6.9/$parse/syntax?p0=%7B=invalid%20key=17=xxxAuthGcpStop(%7B%7Bitem.identifier%7D%7D)=%7Bitem.identifier%7D%7D > ) > at

AngularJS issue upgrading authentication provider from 0.9.14 to 1.0.0

2019-06-18 Thread Mark Nolan
I am getting multiple parse errors from AngularJS. I know 1.0.0 upgraded AngularJS and I'm off to look through the notes now, but if anyone knows what causes this, you could save me a lot of time! Everything I know about AngularJS I have learned by looking at what Guacamole does or through