diff --git a/app-route.html b/app-route.html
index 5b1960a..8f59ecb 100644
--- a/app-route.html
+++ b/app-route.html
@@ -321,6 +321,12 @@
}
this.__setMulti(propertyUpdates);
+
+ // Fire events.
+ this.fire('app-route-changed');
+ if( this.active ) {
+ this.fire('app-route-matched');
+ }
},
/**