mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
chore(docs): Fixed incomplete merge
This commit is contained in:
parent
5bea4c5692
commit
b2b015a53b
1 changed files with 1 additions and 5 deletions
6
src/ngMock/angular-mocks.js
vendored
6
src/ngMock/angular-mocks.js
vendored
|
|
@ -1687,12 +1687,8 @@ window.jasmine && (function(window) {
|
||||||
* @name angular.mock.inject
|
* @name angular.mock.inject
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
<<<<<<< HEAD
|
|
||||||
* *NOTE*: This is function is also published on window for easy access.<br>
|
|
||||||
* *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}.
|
|
||||||
=======
|
|
||||||
* *NOTE*: This function is also published on window for easy access.<br>
|
* *NOTE*: This function is also published on window for easy access.<br>
|
||||||
>>>>>>> 8dca056... docs(mocks): fix typos
|
* *NOTE*: Only available with {@link http://pivotal.github.com/jasmine/ jasmine}.
|
||||||
*
|
*
|
||||||
* The inject function wraps a function into an injectable function. The inject() creates new
|
* The inject function wraps a function into an injectable function. The inject() creates new
|
||||||
* instance of {@link AUTO.$injector $injector} per test, which is then used for
|
* instance of {@link AUTO.$injector $injector} per test, which is then used for
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue