angular.mock.module (API in module ng )

Improve this doc

Description

NOTE: This function is also published on window for easy access.

This function registers a module configuration code. It collects the configuration information which will be used when the injector is created by inject.

See inject for usage example

Usage

angular.mock.module(fns);

Parameters