mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed pseudoselectors to work with Angular
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user