Website with examples of my directives

In this small application, I list all AngularJs directives that I have written. These are freely available to everyone if you name the source. The directives are written in such a way that they can all be used independently.

An example application that uses all directives is my my home page (WebInfo).

The entire code of this application or my homepage is available on GitHub. Code on GitHub On my home page I modified some directives to avoid multiple function definitions. For this purpose, I have defined a service that bundles functions that are used multiple times.

At the moment the directives are in an adjustment process in order to be able to use each one separately.