Danny Bullis

Results 19 comments of Danny Bullis

Yeah. I highly recommend you check out this article on [$applyAsync vs $evalAsync](http://www.bennadel.com/blog/2751-scope-applyasync-vs-scope-evalasync-in-angularjs-1-3.htm)...Ben Nadel again...Let me know what you think. I think the combination of relying on `$q` to handle...

Hey guys, First off, you don't need to create/connect to your DB solely in your config phase, you can do it in any service (might take a couple tweaks in...

Here's an example of how I am connecting to this local DB from within a service called `localDatabaseService`. I am doing this dynamically; my app allows users to connect to...

@bramski I know what you mean. It's not too highly complex though. Think of a scenario where you can have a user simultaneously access two separate accounts in your app...

Yeah, I've been slammed at work so I haven't had a chance to open a PR. Sorry about that. I made the modification directly to the javascript, not the coffeescript,...

after the `require` statement, try: `use DocuSign\eSign\Api\EnvelopesApi\ListStatusChangesOptions;` and then replace: `$options = new DocuSign\eSign\Api\EnvelopesApi\ListStatusChangesOptions();` to: `$options = new ListStatusChangesOptions();`

@scottdorman will this also have an MIT license?

@michael8090 are you able to merge?

@jf3096 would you be willing to merge this change?