Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Created August 19, 2014 15:55
Show Gist options
  • Save Dillie-O/867fafd1d26ec1fe3acd to your computer and use it in GitHub Desktop.
Save Dillie-O/867fafd1d26ec1fe3acd to your computer and use it in GitHub Desktop.
Windows Phone 8 Web Site Live Tile Using AngularJS Controller
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