Heran
Results
1
issues of
Heran
sometimes , the $element.parent() return null So, must deWatch, ``` deWatch = $scope.$watch(uiIfFn, function uiIfWatchAction(value) { if (value) { if($element.parent().length == 0){ deWatch(); }else if (!childScope) { $transclude(function (clone, newScope)...
bug
accepted