Skip to content

Instantly share code, notes, and snippets.

@dboskovic
Created February 17, 2014 05:51
Show Gist options
  • Save dboskovic/9045382 to your computer and use it in GitHub Desktop.
Save dboskovic/9045382 to your computer and use it in GitHub Desktop.
Integrate angular-ui/ui-router with tbosch/autofill-event
$rootScope.$on('$viewContentLoaded', function(){
$timeout(function(){
$('input').checkAndTriggerAutoFillEvent()
}, 200);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment