Since upgrading to 1.3.0-beta.17 from 1.3.0-beta.16, I get the following error when opening a couple of my views. It seems to occur after $routeChangeSuccess and before the view controller initialises.
>From the debug below, since it starts from compileNodes, does that suggest that one of my directives is the likely cause or the html itself? SyntaxError: Unexpected token ILLEGAL at Window.Function (native) at getterFn ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:11206:26 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at Lexer.readIdent ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:10598:20 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at Lexer.lex ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:10441:14 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at Parser.parse ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:10685:30 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:11299:39 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js> at $interpolate ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:8956:25 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at addAttrInterpolateDirective ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:7167:27 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at collectDirectives ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:6311:15 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js>) at compileNodes ( http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js:6159:22 <http://127.0.0.1/repos/neon/tv2-playstation-app/app/lib/angular17/angular.js> ) -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
