Skip to content

Instantly share code, notes, and snippets.

View alexnodejs's full-sized avatar
🎯
Focusing

Alexander Vasileyko alexnodejs

🎯
Focusing
View GitHub Profile
angular.module('odesk').service('oj3', function() {
return {
subscribe: function(){},
trigger: function(){}
}
});
angular.module('MCCtrl').controller(function($scope, oj3) {
// oj3.???
});