Skip to content

Commit

Permalink
Misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Nov 5, 2016
1 parent 6b13c12 commit a1a6a50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Binary file added App/Ionic2/ocm-app/res/mipmap-mdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions App/Ionic2/ocm-app/src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
// To declare rules for a specific mode, create a child rule
// for the .md, .ios, or .wp mode classes. The mode class is
// automatically applied to the <body> element in the app.

/*transparency required for native maps, which appear behind the html content*/
ion-app,ion-app.md, ion-app.ios,ion-app.wp,.content-md, .content-ios, .content-wp{
background-color: transparent;
}
5 changes: 3 additions & 2 deletions App/Ionic2/ocm-app/src/components/poi-details/poi-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,13 @@ export class PoiDetails implements OnInit {
});
modal.present();
}
}, {
}, /*{
text: 'Add as Favourite',
handler: () => {
alert("TODO: add as favourite");
}
}, {
}, */
{
text: 'Cancel',
role: 'cancel',
handler: () => {
Expand Down

0 comments on commit a1a6a50

Please sign in to comment.