From 60543f7bbacde0f01416c49023b6a37afcb63923 Mon Sep 17 00:00:00 2001 From: Eyal Lapid Date: Sat, 7 Nov 2020 10:04:33 +0200 Subject: [PATCH] add additinal attribues and links to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64cfbdf..85821f2 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,10 @@ Many thanks to the people who contributed their knowledge and time in the github * [AngularJS ng-repeat directive & code](https://docs.angularjs.org/api/ng/directive/ngRepeat#!) * [Angular/2 ngTemplate outlet](https://angular.io/api/common/NgTemplateOutlet) * [angular 1.2.18: ng-repeat problem with transclude](https://github.com/angular/angular.js/issues/7874) +* [ng-transclude should not create new sibling scope](https://github.com/angular/angular.js/issues/5489) * [article - ng-content: The hidden docs](https://medium.com/claritydesignsystem/ng-content-the-hidden-docs-96a29d70d11b) * [opensource - ngTranscludeMode](https://github.com/Izhaki/ngTranscludeMod/blob/master/ngTranscludeMod.js) & [fork for 1.5](https://github.com/NickBolles/ngTranscludeMod/blob/Angular1.5-multi-slot/ngTranscludeMod.js) +* [opensource - angular-directives-utils](https://github.com/gogoout/angular-directives-utils) ## License