You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
Angular goes into an infinite loop as a result of an incorrectly generated route which in turn cannot locate the template. I created the smallest project I could to demonstrate the problem:
Unless I am missing something that can be done on the layer above Angular, this looks like I would need to debug into the Angular code. I wanted to get some perspective from the experts before spending much more time on it.
Thank you!
Oz Basarir
unread,
Apr 28, 2013, 1:58:02 PM4/28/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
Infinite loop problem can be avoided by setting base href to '/' instead of document.location and by prefixing templateUrls with '/'.