Skip to content

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

radmas/angular-directives-utils

This branch is up to date with gogoout/angular-directives-utils:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2bdd13 · Sep 27, 2014

History

1 Commit
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014
Sep 27, 2014

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

Languages

  • JavaScript 91.9%
  • CSS 8.1%