diff options
| author | Igor Minar | 2011-10-21 21:48:13 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-22 21:32:47 -0700 | 
| commit | ce73ed091b13aeef03b2061623512b87307cd251 (patch) | |
| tree | 0664231a22d5432c3ad783253e0aeba745e192c0 /docs/src/templates/index.html | |
| parent | 90ac8d57b0d5ef68cb70486edf0590fff225a284 (diff) | |
| download | angular.js-ce73ed091b13aeef03b2061623512b87307cd251.tar.bz2 | |
feat(docs): add "Loading..." notification
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 083fe2ab..64513d58 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -111,6 +111,8 @@        </ul>      </div> +    <div id="loading" ng:show="loading">Loading...</div> +      <div id="content-panel">        <h2 ng:bind="partialTitle"></h2>  | 
