Created
August 19, 2014 15:46
-
-
Save Dillie-O/a2068b6006d1caf8b45a to your computer and use it in GitHub Desktop.
Windows Phone 8 Web Site Live Tile Using AngularJS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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