diff options
| author | Igor Minar | 2010-11-17 23:18:24 -0800 | 
|---|---|---|
| committer | Igor Minar | 2010-11-18 02:35:30 -0800 | 
| commit | 63380bbbdab1c160b81d8e78d79962fb8fd974cb (patch) | |
| tree | 3d1d0c1b3026e78c48c1b667dc579fe551acd32f /docs | |
| parent | c635b69f5cfccfd12bdee6cb089ec38faa19c7e8 (diff) | |
| download | angular.js-63380bbbdab1c160b81d8e78d79962fb8fd974cb.tar.bz2 | |
title for index.html should not show raw binding while the app bootstraps
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index f20a1a85..12f23fbb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,7 @@  <!DOCTYPE HTML>  <html xmlns:ng="http://angularjs.org/" xmlns:doc="http://docs.angularjs.org/" ng:controller="DocsController">  <head> -  <title><angular/>: {{getTitle()}}</title> +  <title ng:bind-template="<angular/>: {{getTitle()}}"><angular/></title>    <meta name="fragment" content="!">  | 
