Hi Sander, thanks for the reply and that little info about HTML5 I didn't 
know that, that's the syntax I got from a book that I am reading about 
AngularJS. I did solve the problem by creating a new view template and the 
only thing that I put in the main template was the <div ng-view></div>, 
that sorted the problem out with no circular references.


On Monday, December 21, 2015 at 6:59:02 AM UTC+2, Sander Elias wrote:
>
> Hi ShatterStar,
>
> `<ng-view />` is not valid HTML5. Did you try with `<ng-view></ng-view>`?
>
> Self closing tags are not part of HTML5. They are allowed because (sadly) 
> it is a very common mistake.
>
> Regards
> Sander
>

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to