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

Just a set of reusable angualr util directives.Such as`ng-transclude-replace` `ng-multi-transclude`

Notifications You must be signed in to change notification settings

gogoout/angular-directives-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Just a set of reusable angualr util directives.Such as`ng-transclude-replace` `ng-multi-transclude`

Resources

Stars

Watchers

Forks

Packages

No packages published