Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created February 4, 2014 22:12
Show Gist options
  • Select an option

  • Save collinvandyck/8813404 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/8813404 to your computer and use it in GitHub Desktop.
lol what the fuck javascript developers
controller('MainCtrl', function(
$window,
$location
){
this.switch = function() {
$location.path('/alt' === $location.path() ? '/' : '/alt');
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment