File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -354,11 +354,9 @@ function annotate(fn) {
354
354
* @param {(Object|function()) } provider If the provider is:
355
355
*
356
356
* - `Object`: then it should have a `$get` method. The `$get` method will be invoked using
357
- * {@link AUTO.$injector#invoke $injector.invoke()} when an instance needs to be
358
- * created.
359
- * - `Constructor`: a new instance of the provider will be created using
360
- * {@link AUTO.$injector#instantiate $injector.instantiate()}, then treated as
361
- * `object`.
357
+ * {@link AUTO.$injector#invoke $injector.invoke()} when an instance needs to be created.
358
+ * - `Constructor`: a new instance of the provider will be created using
359
+ * {@link AUTO.$injector#instantiate $injector.instantiate()}, then treated as `object`.
362
360
*
363
361
* @returns {Object } registered provider instance
364
362
You can’t perform that action at this time.
0 commit comments