Skip to content

Instantly share code, notes, and snippets.

@brycepj
Created January 28, 2015 20:49
Show Gist options
  • Save brycepj/ecbe886b1a70ac2e46af to your computer and use it in GitHub Desktop.
Save brycepj/ecbe886b1a70ac2e46af to your computer and use it in GitHub Desktop.
Bypass strongstart survey
angular.element(document.querySelector('[ng-app]'))
.injector()
.get('munDocIO')
.mkDocSaver('ike_presurvey_chore')({data: []})
.then(location.reload.bind(location));
@arjundf3
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment