From 9870e65c5fbf6d5a1e6558f0e275b9afa77783f0 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/ng/directive/ngTransclude.js') 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: '