diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 38be01e8f1..86b8a9622c 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -253,7 +253,7 @@ figure into actions and value updates. Writing such push/pull logic by hand is tedious, error-prone and a nightmare to read as the experienced jQuery programmer can attest figure - img(src="/resources/images/devguide/intro/databinding.png" alt="Data Binding" style="width:200px; float:left; margin-left:-40px;margin-right:10px" ) + img(src="/resources/images/devguide/intro/databinding.png" alt="Data Binding" style="width:220px; float:left; margin-left:-40px;margin-right:20px" ) :marked Angular supports **data binding**, a mechanism for coordinating parts of a template with parts of a component. diff --git a/public/resources/images/devguide/intro/databinding.png b/public/resources/images/devguide/intro/databinding.png index a0fb296b2f..e703f16153 100644 Binary files a/public/resources/images/devguide/intro/databinding.png and b/public/resources/images/devguide/intro/databinding.png differ