From e1810c5cd3520338f7cf77cbb913be675d636cab Mon Sep 17 00:00:00 2001 From: Marcin Wosinek Date: Sat, 1 Jun 2013 13:51:50 +0200 Subject: docs(ngTransclude): fix outdated scope definition in example --- src/ng/directive/ngTransclude.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/ng/directive/ngTransclude.js b/src/ng/directive/ngTransclude.js index bf09b9c1..c15b77cb 100644 --- a/src/ng/directive/ngTransclude.js +++ b/src/ng/directive/ngTransclude.js @@ -23,8 +23,7 @@ return { restrict: 'E', transclude: true, - scope: 'isolate', - locals: { title:'bind' }, + scope: { title:'@' }, template: '
' + '
{{title}}
' + '
' + -- cgit v1.2.3