Created
September 16, 2015 15:58
-
-
Save qetr1ck-op/1a02d77c585f4ed31397 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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