Tyler Renelle

Results 90 comments of Tyler Renelle

Also having this problem on `master`. You can see the issue here ([codepen](http://codepen.io/lefnire/pen/rEGoc?editors=101)), enter "lamb", hit and you get it twice

Sorry, just realized mine's a bit different. If you have `{addable:true}` in `options`, it's worse: when you hit ENTER that second input tag gets added: ![screen](http://i.gyazo.com/bfd61729b3789f68cb499676fb00c399.png) Likely due to the...

Seems to do with the `$timeout` [here](https://github.com/boneskull/angular-tags/blob/master/src/tags.js#L71). When I remove it [like so](https://github.com/CirrusCPQ/angular-tags/commit/b1e5c9e1f1bf0715fe3e7af8aa4f952c9c07fb39), it's fixed. I'm obviously missing something that's gonna bite me soon, since that `$timeout` was put there...

Ah, `` maps to `code-block`, and `` to `code`. So this PR should cover everything

Thanks for the response, I'll scrap the claims idea then & think about Asymmetric. > for a custom secret key you can add when you create the token because in...

That would be the perfect solution! Alas, I moved to https://github.com/villadora/express-http-proxy (manual URL construction allowed me to get my thing done), so won't be PR-ing unless I hop back. I...

I see. Unfortunately that doesn't work for the other 3 providers, it causes url redirect error. Any thoughts? Could just have user pass in `domain` as initialization options. Unfortunately determining...

You can currently get around all that by just passing in callbackURL option in your server/index.js per strategy (as per the twitter & github examples), but that's a pain