Skip to content

Commit 034026d

Browse files
committed
main-page example text change.
1 parent 5a937f6 commit 034026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng-sample/src/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var lifeCycle: LifeCycle = null;
2828
<StackLayout #more *ng-if='showDetails' orientation='vertical'>
2929
<TextField *ng-for='#detailLine of detailLines' [text]='detailLine'></TextField>
3030
</StackLayout>
31-
<Label text='..............' fontSize='32' verticalAlignment='center' padding='20'></Label>
31+
<Label text='-----=END=-----' fontSize='32' verticalAlignment='center' padding='20'></Label>
3232
</StackLayout>
3333
`,
3434
})

0 commit comments

Comments
 (0)