mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 23:40:23 +00:00
21 lines
442 B
Text
21 lines
442 B
Text
|
|
)(window);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Closure compiler type information
|
||
|
|
*
|
||
|
|
* @typedef { {
|
||
|
|
* requires: !Array.<string>,
|
||
|
|
* invokeQueue: !Array.<Array.<*>>,
|
||
|
|
*
|
||
|
|
* service: function(string, Function):angular.Module,
|
||
|
|
* factory: function(string, Function):angular.Module,
|
||
|
|
* value: function(string, *):angular.Module,
|
||
|
|
*
|
||
|
|
* filter: function(string, Function):angular.Module,
|
||
|
|
*
|
||
|
|
* init: function(Function):angular.Module
|
||
|
|
* } }
|
||
|
|
*/
|
||
|
|
angular.Module;
|
||
|
|
|