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.

Support <script> tag inside <script type="text/ng-template"> #2820

@JensRantil

Description

@JensRantil

I haven't seen an issue for this. Either 1) there's is support for this, but not documented or 2) there's currently no support for this.

The issue:

<script type="text/ng-template" id="/tpl.html">
    <script>
        ...some other script...
    </script>
</script>

cannot be written because the first </script> closes the first <script ...>. This leads to the fact that http://docs.angularjs.org/partials/api/ng.directive:script.html gets generated incorrectly and is thus not presented correctly in http://docs.angularjs.org/api/ng.directive:script (see this comment).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions