Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Created September 16, 2015 15:58
Show Gist options
  • Save qetr1ck-op/1a02d77c585f4ed31397 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/1a02d77c585f4ed31397 to your computer and use it in GitHub Desktop.
module.factory('b', function(a) {
return a*2;
});
function Controller(b) {
expect(b).toEqual(246);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment