Skip to content

Commit

Permalink
[FIX] sap.m.TileContainer - Simplify Test Page
Browse files Browse the repository at this point in the history
Update Page.view.xml

http://stackoverflow.com/questions/25051263/sapui5-tile-container-not-working

Tile Container was not working in original version:

replaced tiles="{ path: '/TileCollection' }" with
tiles="{/TileCollection}"

Change-Id: I0b4d0ef55a3fe9799813258277cc7d214133c569
  • Loading branch information
wefferch authored and BogdanAlexander committed Oct 23, 2014
1 parent f154a6f commit af12544
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -9,9 +9,7 @@
<TileContainer
id="container"
tileDelete="handleTileDelete"
tiles="{
path: '/TileCollection'
}">
tiles="{/TileCollection}">
<StandardTile
icon="sap-icon://{icon}"
type="{type}"
Expand All @@ -29,4 +27,4 @@
</Toolbar>
</footer>
</Page>
</mvc:View>
</mvc:View>

1 comment on commit af12544

@akudev
Copy link
Contributor

@akudev akudev commented on af12544 Oct 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes: #196

Please sign in to comment.