Skip to content

Instantly share code, notes, and snippets.

@tkc
Last active September 5, 2015 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkc/db5fcca1ace2b676f00e to your computer and use it in GitHub Desktop.
Save tkc/db5fcca1ace2b676f00e to your computer and use it in GitHub Desktop.
// register controller in html
<div data-ng-controller="myCtrl" data-ng-init="init()"></div>
// in controller
$scope.init = function () {
// check if there is query in url
// and fire search in case its value is not empty
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment