Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 744 Bytes

File metadata and controls

26 lines (17 loc) · 744 Bytes

Public API

This module provides several providers in order to configure behavior of it's directives.

Below you will find complete documentation for all providers.

Notice:

All setters of these providers will return the provider back to you in order to support chainability.

Example:

someProvider
    .setFoo(/** Some arguments */)
    .setBar(/** Some arguments */)
    .useBaz(/** Some arguments */)
;