UNPKG

landers.angular

Version:

landers.angular

10 lines 301 B
;angular.module('Landers.angular') .directive('includeReplace', function () { return { require: 'ngInclude', restrict: 'A', /* optional */ link: function (scope, el, attrs) { el.replaceWith(el.children()); } }; })