diff options
| author | Peter Bacon Darwin | 2014-02-15 16:09:27 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:44 +0000 | 
| commit | af9e897ecd8559841a728075058b66ebcae25d1e (patch) | |
| tree | 67c8230bbfb26ec8bb7f47ddcdbbcab06db4588a /docs/content/guide/expression.ngdoc | |
| parent | a8f21d4c48681c6f1ad64f8fa4577353b4405e29 (diff) | |
| download | angular.js-af9e897ecd8559841a728075058b66ebcae25d1e.tar.bz2 | |
docs(guide): remove unnecessary "Developer Guide: " from @names
Diffstat (limited to 'docs/content/guide/expression.ngdoc')
| -rw-r--r-- | docs/content/guide/expression.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index eda2f4b7..b0d6c836 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -1,5 +1,5 @@  @ngdoc overview -@name Developer Guide: Expressions +@name  Expressions  @description  Expressions are JavaScript-like code snippets that are usually placed in bindings such as `{{ | 
