Just a set of reusable angualr util directives. Current include:
ng-transclude-replaceng-multi-transclude
Only tested on chrome. But with the support of es5-shim, it shall work fine on the legacy browser.
- jQuery (for we use
replacefunction)
- load
angular-directives-utils.js - add
ng-directives-utilsas a dependency to your angular module.angular.module('yourModule', [ // other dependencies ... 'ng-directives-utils' ]);
MIT