diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/auto/injector.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js index 6b2865ef..9c492dc5 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -153,6 +153,18 @@ function annotate(fn) { /** * @ngdoc method + * @name AUTO.$injector#has + * @methodOf AUTO.$injector + * + * @description + * Allows the user to query if the particular service exist. + * + * @param {string} Name of the service to query. + * @returns {boolean} returns true if injector has given service. + */ + +/** + * @ngdoc method * @name AUTO.$injector#instantiate * @methodOf AUTO.$injector * @description |
