mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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() {
|
||||
if (self.lastUrl != self.url) {
|
||||
listener();
|
||||
self.lastUrl == self.url
|
||||
self.lastUrl = self.url;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue