I hereby claim:
- I am young-steveo on github.
- I am youngsteveo (https://keybase.io/youngsteveo) on keybase.
- I have a public key whose fingerprint is A446 0008 5127 8FC9 4B0F EDE4 727C 3EA1 4247 B30B
To claim this, I am signing this object:
// Factory | |
function createPdfsController(container) { | |
// the dependencies required by the service. This is still lazily evaluated, | |
// and mockable as long as you register the mock before accessing the service | |
// in your tests. | |
const PdfService = container.service.PdfGenerator; | |
return { | |
create: (req, res, next) => { | |
const content_id = req.params.content_id; | |
const pdf_id = PdfService.generate(content_id); |
I hereby claim:
To claim this, I am signing this object:
<div cool-stuff> | |
<ul> | |
<li class="active"><a class="link" href="#one">Click Me For One</a></li> | |
<li><a class="link" href="#two">Click Me For Two</a></li> | |
</ul> | |
<p id="one" class="content">Some Cool stuff</p> | |
<p id="two" class="content hidden">Some Other Stuff</p> | |
</div> |
define(['jquery', 'bootbox'], function($, bootbox){ | |
/** | |
* @author [email protected] | |
* @constructor | |
*/ | |
var Popper = function(){}; | |
/** | |
* Flat map of semantic interface methods to Deferred object methods. |