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}}
' + '
' +