Skip to content

Instantly share code, notes, and snippets.

@dhoko
Last active February 1, 2016 15:50
Show Gist options
  • Select an option

  • Save dhoko/5d1195da56db7511d934 to your computer and use it in GitHub Desktop.

Select an option

Save dhoko/5d1195da56db7511d934 to your computer and use it in GitHub Desktop.
var PSEUDO = 'bob'
var service = angular.element(document.body).injector().get('Username')
service.register(PSEUDO, function(data) {
location.href = '/';
}, function(data) {
console.log(data)
});
@dhoko
Copy link
Author

dhoko commented Feb 1, 2016

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