Fixed pseudoselectors to work with Angular

This commit is contained in:
Tsvetan Raikov
2016-04-25 15:29:37 +03:00
parent 62296db404
commit 71c3b18ada
2 changed files with 24 additions and 10 deletions

View File

@@ -894,8 +894,7 @@ export class View extends ProxyObject implements definition.View {
if (!rootPage || !rootPage.isLoaded) {
return;
}
var scope: styleScope.StyleScope = (<any>rootPage)._getStyleScope()
var scope: styleScope.StyleScope = (<any>rootPage)._getStyleScope();
scope.applySelectors(this);
}