abhilashlr

Results 27 comments of abhilashlr

@guillaume-chervet here's my config: ``` scope: 'openid profile email offline_access', redirect_uri: `/authentication/callback`, silent_redirect_uri: `/authentication/silent-callback`, refresh_time_before_tokens_expiration_in_second: 60, token_request_timeout: 1830, storage: localStorage, token_renew_mode: TokenRenewMode.access_token_invalid, ```

I modified the script locally in debugger with `{ ifAvailable: true }` and hence the page fetched the right tokens and stored them in the LocalStorage. Now I am unable...

Also @guillaume-chervet what does `refresh_time_before_tokens_expiration_in_second` do, just curious?

Does setting value for multiple=true selectize work? The tags aren't getting generated. content = [{ id:'a', text:'apple' }, { id:'b', text:'ball' }, { id:'c',text:'cat' }] selectedValue: [{ id: 'a', text:...

I guess yours could be worked out using optionTemplate property. But my question is regarding the tags inside the input box to be not shown. I kind of achieve it...

@miguelcobain, @HeroicEric is there any other way in the existing version to get it working? looks like it could take some time for this PR to be merged.

and it will be like {{ember-selectize value=values selection=selectionModel content=contentArray}} ?

Hey @danielspaniel, will this work for people still using < 2.0 Ember?

Awesome. So what's the plan? Are we going to contribute in this repo or yours? Also is your travis build succeeding? Am seeing failure cases.