mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-22 21:25:47 +00:00
style(widgets): fix typo in a spec comment
This commit is contained in:
parent
7d0c256ecd
commit
615841a5d3
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ describe("widget", function() {
|
||||||
$location.path('/bar');
|
$location.path('/bar');
|
||||||
$browser.xhr.expectGET('myUrl2').respond('<div>{{1+1}}</div>');
|
$browser.xhr.expectGET('myUrl2').respond('<div>{{1+1}}</div>');
|
||||||
rootScope.$digest();
|
rootScope.$digest();
|
||||||
$browser.xhr.flush(); // no that we have to requests pending, flush!
|
$browser.xhr.flush(); // now that we have to requests pending, flush!
|
||||||
|
|
||||||
expect(rootScope.$element.text()).toEqual('2');
|
expect(rootScope.$element.text()).toEqual('2');
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue