Skip to content

Commit 35d8695

Browse files
cam73wardbell
authored andcommitted
Removes duplication of head tag in example (angular#2648)
1 parent f837330 commit 35d8695

File tree

1 file changed

+2
-3
lines changed
  • public/docs/_examples/dependency-injection/ts

1 file changed

+2
-3
lines changed

public/docs/_examples/dependency-injection/ts/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- #docregion -->
22
<!DOCTYPE html>
33
<html>
4-
<head>
4+
<head>
55
<title>Dependency Injection</title>
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -19,8 +19,7 @@
1919
System.import('app').catch(function(err){ console.error(err); });
2020
</script>
2121
</head>
22-
</head>
23-
22+
2423
<body>
2524
<my-app>Loading my-app ...</my-app>
2625
<my-providers>Loading my-providers ...</my-providers>

0 commit comments

Comments
 (0)