aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_07.ngdoc
diff options
context:
space:
mode:
authorJesse Palmer2013-10-20 18:02:11 -0400
committerPete Bacon Darwin2013-10-25 22:09:38 +0100
commit34b1ceb42e0a75a07740654b0c3b6d8dd87ad211 (patch)
treee0659a27e10e614e0533da06416b98ab00991122 /docs/content/tutorial/step_07.ngdoc
parent924abdae9f48b5265d8cc5d1eae94e32741ecaf4 (diff)
downloadangular.js-34b1ceb42e0a75a07740654b0c3b6d8dd87ad211.tar.bz2
docs(tutorial/step-7): add doctype directive to example
Closes #4552
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
-rw-r--r--docs/content/tutorial/step_07.ngdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index cb5f5f9c..11ca36d2 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -183,6 +183,7 @@ tag to your `index.html` file as shown below.
__`app/index.html`:__
<pre>
+<!doctype html>
<html lang="en" ng-app="phonecatApp">
<head>
...