We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0c256 commit 615841aCopy full SHA for 615841a
1 file changed
test/widgetsSpec.js
@@ -575,7 +575,7 @@ describe("widget", function() {
575
$location.path('/bar');
576
$browser.xhr.expectGET('myUrl2').respond('<div>{{1+1}}</div>');
577
rootScope.$digest();
578
- $browser.xhr.flush(); // no that we have to requests pending, flush!
+ $browser.xhr.flush(); // now that we have to requests pending, flush!
579
580
expect(rootScope.$element.text()).toEqual('2');
581
});
0 commit comments