Keith Garrod

Results 7 issues of Keith Garrod

I am trying our this directive with anglarFire. It all works well (thanks!), except when I remove an item from the list. I get these messages in the console: ```...

I posted this on Stackoverflow and got a couple of likes but no answers, so I thought I would ask it here: The new dependency injection that Volta spoke about...

I had problems getting the plugin to work with Mongoid out of the box. I had to override OauthConsumersController#load_consumer with this: ``` ruby def load_consumer throw RecordNotFound unless OAUTH_CREDENTIALS.include?(consumer_key) deny_access!...

I am authorising as a Freshbooks consumer with OAuth. Each of my users may have his own Freshbooks account. Each Freshbooks user has his own subdomain (e.g. example.freshbooks.com). In order...

Thank you so much for this plugin, I love it :) I have one small problem. The output from my Cucumber tests has some black text, and the background of...

I am using ngWig(v3) with angular 1.5 and angular-material 1.1. It looks and works great, thanks! There are two issues which may be related so I am writing them together...

I would like to use the package with webPack (commonjs)