Avin

Results 7 issues of Avin

hahaha just wanted to say thanks for making such an intuitive directive for what can sometimes be a nifty problem. I'll defs fork it and make it more customisable in...

Hi I've used ng-token in multiple apps before but seem to be having an issue with this app Config: ``` User: { apiUrl: api_url, proxyIf: function() { window.isOldIE() }, forceValidateToken:...

Hey team, I noticed you don't have hooks available for notes / custom attributes. Is this the best way to go about it? I've never written a hook from scratch...

Hi there, We have an API that we want to integrate with our shopify customers. As far as I can see it is secure to store the metafields, because to...

Is there anyway to do this? I'm building a SEO friendly apps store with this generator, I need thumbnails and possibly other images to be passed into the handlebars each...

The autocomplete feature should offer a delay prop, to avoid unnecessary queries when typing fast. I had to implement it manually like so: ```ts var timeoutId function delay(t, v) {...

Hey guys, I can't seem to get the webhook verification working. The docs seem to be out of date and the variables as I needed to manually construct the headers,...