mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 14:54:44 +00:00
parent
9798f5e35f
commit
d6db4b1749
1 changed files with 1 additions and 1 deletions
2
src/angular-mocks.js
vendored
2
src/angular-mocks.js
vendored
|
|
@ -92,7 +92,7 @@ function MockBrowser() {
|
||||||
function() {
|
function() {
|
||||||
if (self.lastUrl != self.url) {
|
if (self.lastUrl != self.url) {
|
||||||
listener();
|
listener();
|
||||||
self.lastUrl == self.url
|
self.lastUrl = self.url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue