Created
August 19, 2014 15:55
-
-
Save Dillie-O/867fafd1d26ec1fe3acd to your computer and use it in GitHub Desktop.
Windows Phone 8 Web Site Live Tile Using AngularJS Controller
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
myApp.controller('NavBarCtrl', function ($scope) | |
{ | |
$scope.tileIsVisible = false; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment