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

Documentation request: note that doctype is required for IE8 #1734

@kdgregory

Description

@kdgregory

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions