This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
The examples in the tutorial (and elsewhere) do not show a doctype, while the actual tutorial files have one. Omitting the doctype will cause IE8 to not recognize the Angular directives, and therefore render the template markup as-written. Firefox will properly process the template, with or without doctype.
Adding an HTML5 doctype resolved the problem for me; I did not try any other variants.
It seems to me that the simplest solution is to update docs/content/guide/ie.ngdoc
, adding another step to the "Short Version" that reminds people to add a doctype.