diff options
| author | Jesse Palmer | 2013-10-20 18:02:11 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-25 22:09:38 +0100 | 
| commit | 34b1ceb42e0a75a07740654b0c3b6d8dd87ad211 (patch) | |
| tree | e0659a27e10e614e0533da06416b98ab00991122 /docs/content/tutorial | |
| parent | 924abdae9f48b5265d8cc5d1eae94e32741ecaf4 (diff) | |
| download | angular.js-34b1ceb42e0a75a07740654b0c3b6d8dd87ad211.tar.bz2 | |
docs(tutorial/step-7): add doctype directive to example
Closes #4552
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 1 | 
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>  ... | 
