You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Tested with AngularJS 1.2.6 and Chrome 31.0.1650.63 on Linux 64bit.
Given in main.js:
$scope.a = {b: {c: {d: 'halo'}}};
Templates below (in main.html view) work in Chrome as a website, but won't work (displays blank) when launched as Chrome app (probably same behavior as Chrome extension, but did not test) :
Tested with AngularJS 1.2.6 and Chrome 31.0.1650.63 on Linux 64bit.
Given in
main.js
:Templates below (in
main.html
view) work in Chrome as a website, but won't work (displays blank) when launched as Chrome app (probably same behavior as Chrome extension, but did not test) :I use this on
window.html
:A workaround exists, which works both as website and as Chrome App:
It seems that at least 3-level nesting triggers this behavior, so buggy syntaxes are:
while these always work:
The text was updated successfully, but these errors were encountered: