We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a937f6 commit 034026dCopy full SHA for 034026d
ng-sample/src/main-page.ts
@@ -28,7 +28,7 @@ var lifeCycle: LifeCycle = null;
28
<StackLayout #more *ng-if='showDetails' orientation='vertical'>
29
<TextField *ng-for='#detailLine of detailLines' [text]='detailLine'></TextField>
30
</StackLayout>
31
- <Label text='..............' fontSize='32' verticalAlignment='center' padding='20'></Label>
+ <Label text='-----=END=-----' fontSize='32' verticalAlignment='center' padding='20'></Label>
32
33
`,
34
})
0 commit comments