Andrei Merisanu

Results 11 issues of Andrei Merisanu

Seems like the control is super flaky in IE 11. It works great in Chrome, FF and Safari but in IE it works sometimes and other not. Anyone experience this?

When I paste an address into the input, it doesn't seem to recognize it until I delete or add a character.

I'm having a weird issue when I use two of these directives in one form on IOS (works fine on desktop browsers) The first directive works fine but the second...

` function init() { if (!Object.prototype.hasOwnProperty.call(window, 'mixpanel')) { throw 'Global mixpanel not available. Did you forget to include the library on the page?'; } ``` mixpanel.init(apiKey); waitTillAsyncApiLoaded(function () { if...

I'm having a weird issue. Some of the profiles (alias) are not sent to MixPanel so the users don't show up there under the People list. They ar successfully added...

I have a tour set up that work great except for this issue. I have a bunch of panels that are rendered using ng-repeat. The second step of the tour...

I'm trying to specify a particular form (not 'everything') for a query, but can't find any example or doc. Should I use the Api (i.e. Prismic.Api) instead? any help would...

Is there a way to request additional fields for findUser? I would like to get the users profile picture from AD. TIA, Andrew

Is there a way to pass a fallback url when configuring the ActiveDirectory object?

I want to give users the ability to enter a phone number in one of two ways: 1-800-555-5555 or 555-555-5555 (where 5 could be any number) Id this possible? I...