diff --git a/README.md b/README.md index b9e142c..8796380 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ to "wrap" all instances of `ng-multi-transclude` in your template: app.directive('ngAnotherDirective', function(){ return { templateUrl: 'another-template', + transclude: true, link: function(scope, element, attrs){ // Some fancy logic. }