Skip to content

Instantly share code, notes, and snippets.

@theeluwin
Created November 9, 2014 15:45
Show Gist options
  • Select an option

  • Save theeluwin/d825bebd642b15d1598d to your computer and use it in GitHub Desktop.

Select an option

Save theeluwin/d825bebd642b15d1598d to your computer and use it in GitHub Desktop.
rock is dead.
app.config(function($provide){
$provide.decorator("$browser", ["$delegate", function($delegate){
$delegate.onUrlChange = function(){};
$delegate.url = function(){return "";};
return $delegate;
}]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment