From b7d0e74cbaf75cecec53cc2bd6d6cb25f729dd93 Mon Sep 17 00:00:00 2001 From: Chaker Nakhli Date: Mon, 23 Jun 2014 14:53:48 +0200 Subject: [PATCH] srcset used instead of src for img attribute In `ngSrc` documentation `srcset` is used instead of `src` as `img` element attribute in the example. --- src/ng/directive/attrs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/attrs.js b/src/ng/directive/attrs.js index 9fe40d34b6ff..ce02a4de6380 100644 --- a/src/ng/directive/attrs.js +++ b/src/ng/directive/attrs.js @@ -140,7 +140,7 @@ * * The buggy way to write it: * ```html - * + * * ``` * * The correct way to write it: