Skip to content

Instantly share code, notes, and snippets.

@alexnodejs
Forked from xjamundx/oj3.service.js
Last active December 18, 2015 02:19
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 alexnodejs/5710295 to your computer and use it in GitHub Desktop.
Save alexnodejs/5710295 to your computer and use it in GitHub Desktop.
angular.module('odesk').service('oj3', function() {
return {
subscribe: function(){},
trigger: function(){}
}
});
angular.module('MCCtrl').controller(function($scope, oj3) {
// oj3.???
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment