Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 594 Bytes

Angular directives utils

Just a set of reusable angualr util directives. Current include:

  • ng-transclude-replace
  • ng-multi-transclude

Only tested on chrome. But with the support of es5-shim, it shall work fine on the legacy browser.

Dependencies

  • jQuery (for we use replace function)

Install

  • load angular-directives-utils.js
  • add ng-directives-utils as a dependency to your angular module.
     angular.module('yourModule', [
         // other dependencies ...
         'ng-directives-utils'
       ]);

License

MIT