Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Created August 19, 2014 15:46
Show Gist options
  • Select an option

  • Save Dillie-O/a2068b6006d1caf8b45a to your computer and use it in GitHub Desktop.

Select an option

Save Dillie-O/a2068b6006d1caf8b45a to your computer and use it in GitHub Desktop.
Windows Phone 8 Web Site Live Tile Using AngularJS
<div id="TileOverlay" ng-show="tileIsVisible" style='background-color: Highlight; height: 100%; width: 100%; top: 0px; left: 0px; position: fixed; color: black; z-index: 99999;'>
<img src="/Content/img/app_tile.png" width="320" height="320" />
<div style='margin-top: 40px'>
Tap the menu bar ('...') and then select "Pin to Start" to add your start screen.
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment