docs(ngSrc): srcset used instead of src for img attribute

In `ngSrc` documentation `srcset` is used instead of `src` as `img` element attribute in the example.

Closes #7951
This commit is contained in:
Chaker Nakhli
2014-06-23 14:53:48 +02:00
committed by Tobias Bosch
parent 192fecc790
commit 9d452bc845
+1 -1
View File
@@ -140,7 +140,7 @@
*
* The buggy way to write it:
* ```html
* <img srcset="http://www.gravatar.com/avatar/{{hash}} 2x"/>
* <img src="http://www.gravatar.com/avatar/{{hash}} 2x"/>
* ```
*
* The correct way to write it: