docs(tutorial/step-7): add doctype directive to example

Closes #4552
This commit is contained in:
Jesse Palmer 2013-10-20 18:02:11 -04:00 committed by Pete Bacon Darwin
parent 924abdae9f
commit 34b1ceb42e

View file

@ -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>
...