diff --git a/src/demo-app/app/docs-layout/flexAlignSelf.demo.html b/src/demo-app/app/docs-layout/flexAlignSelf.demo.html index 01f086ef9..274e393cb 100644 --- a/src/demo-app/app/docs-layout/flexAlignSelf.demo.html +++ b/src/demo-app/app/docs-layout/flexAlignSelf.demo.html @@ -4,7 +4,7 @@
-
+
1
target
3
diff --git a/src/demo-app/app/github-issues/issue.9897.demo.ts b/src/demo-app/app/github-issues/issue.9897.demo.ts index 25477d674..65abd0f3b 100644 --- a/src/demo-app/app/github-issues/issue.9897.demo.ts +++ b/src/demo-app/app/github-issues/issue.9897.demo.ts @@ -12,7 +12,7 @@ import {Component, ViewEncapsulation} from '@angular/core'; Safari bug with layout-wrap and flex % values
-
+
fxFlex="30"
fxFlex="45"
diff --git a/src/demo-app/app/stack-overflow/mozHolyGrail.demo.ts b/src/demo-app/app/stack-overflow/mozHolyGrail.demo.ts index 3d11b64ff..b2214eb28 100644 --- a/src/demo-app/app/stack-overflow/mozHolyGrail.demo.ts +++ b/src/demo-app/app/stack-overflow/mozHolyGrail.demo.ts @@ -42,7 +42,7 @@ import {Component} from '@angular/core'; ` }) export class DemoMozHolyGrail { - private direction = "row"; + public direction = "row"; toggleDirection() { this.direction = (this.direction === "column") ? "row" : "column"; }