Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Removes duplication of head tag in example #2648

Merged
merged 1 commit into from
Nov 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions public/docs/_examples/dependency-injection/ts/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- #docregion -->
<!DOCTYPE html>
<html>
<head>
<head>
<title>Dependency Injection</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -19,8 +19,7 @@
System.import('app').catch(function(err){ console.error(err); });
</script>
</head>
</head>


<body>
<my-app>Loading my-app ...</my-app>
<my-providers>Loading my-providers ...</my-providers>
Expand Down