Created
November 9, 2014 15:45
-
-
Save theeluwin/d825bebd642b15d1598d to your computer and use it in GitHub Desktop.
rock is dead.
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
| 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