Skip to content

Instantly share code, notes, and snippets.

@paulwsmith
Created November 20, 2014 18:06
Show Gist options
  • Save paulwsmith/789e6fd3bc3ca4985756 to your computer and use it in GitHub Desktop.
Save paulwsmith/789e6fd3bc3ca4985756 to your computer and use it in GitHub Desktop.
Zengine debug bookmarklet
javascript:(function(){var i=$('body').injector().get;window.$rootScope=i('$rootScope');window.Data=i('Data');window.getService=i;console.log('Services set in console');})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment