From 95384df834a47a3e40f72ddc1e585b66af170efd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 12 Feb 2013 00:08:35 +0100 Subject: added angular ui for ui-if to not include audio elements everywhere and throw lots of warnings --- .../docs/partials/api/angular.mock.module.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 3rdparty/js/angular-1.0.2/docs/partials/api/angular.mock.module.html (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/angular.mock.module.html') diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/angular.mock.module.html b/3rdparty/js/angular-1.0.2/docs/partials/api/angular.mock.module.html deleted file mode 100644 index 76d73997d..000000000 --- a/3rdparty/js/angular-1.0.2/docs/partials/api/angular.mock.module.html +++ /dev/null @@ -1,22 +0,0 @@ -

angular.mock.module -(API in module ng -) -

-

Description

-

NOTE: This is function is also published on window for easy access.
-NOTE: Only available with jasmine.

- -

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

-
  • fns – {...(string|Function)} – -

    any number of modules which are represented as string -aliases or as anonymous module initialization functions. The modules are used to -configure the injector. The 'ng' and 'ngMock' modules are automatically loaded.

  • -
-
-
-- cgit v1.2.3