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.

Broken example code: api/ng.directive:script #5648

@gsklee

Description

@gsklee

because of #2820 we have the following problem in docs:

http://docs.angularjs.org/api/ng.directive:script

The content of index.html is being truncated:

<!doctype html>
<html ng-app>
  <head>
    <script src="http://code.angularjs.org/1.2.7/angular.min.js"></script>
  </head>
  <body>
    <script type="text/ng-template" id="/tpl.html">
      Content of the template.

    <!-- MISSING CONTENT HERE -->

  </body>
</html>

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions