mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): Fixed some awkward wording
This commit is contained in:
parent
d56d69cc83
commit
1fd2b3d402
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ native APIs and the global state associated with them — both of which make tes
|
|||
HTTP request and tell it what to respond with. Note that the responses are not returned until we call
|
||||
the `$httpBackend.flush` method.
|
||||
|
||||
Now, we will make assertions to verify that the `phones` model doesn't exist on the scope, before
|
||||
Now, we will make assertions to verify that the `phones` model doesn't exist on `scope` before
|
||||
the response is received:
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Reference in a new issue