Skip to content

Instantly share code, notes, and snippets.

@ehelms
Created May 6, 2013 18:46
Show Gist options
  • Save ehelms/5527179 to your computer and use it in GitHub Desktop.
Save ehelms/5527179 to your computer and use it in GitHub Desktop.
$scope.$watch($location.search(), function()
$scope.$watch('$location.search()', function()
$scope.$watch('$location.search().item', function()
$scope.$watch(function() { $location.search(); }, function()
$scope.$on('$routeUpdate', function()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment