angularjs - Angular material calendar enabled days and services -


i'm trying use angular material's calendar enabled / disabled days. need read enabled days using rest webservice, implemented angular service operation it. problem calendar tries use function calculates if day enabled or not before service returns data.

i tried using 'resolve' in state (service called synchronously before controller rendered), value not inyected. how should it?

i'm using angular 1.5 typescript.

thanks in advance


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -