Alessandro

Results 24 comments of Alessandro

Hi @Canuckaholic, have you already tried styling the custom element? ```css json-viewer { padding: 1rem; } ``` Let me know whether this is sufficient, otherwise we could think to add...

hi @Canuckaholic, I published a new version of the package that includes new CSS parts that can be used to customize further the component. Please take a look at the...

Hi @bskiefer, thanks for this! I'll happy to merge it, just one thing if you don't mind. I know there are no contribution guidelines yet, but may I ask you...

@super-coder could you tell me what version of Windows and Angular Material are you using?

Hi @pedromarce, you should use a Date object in your model

Because a Date object could be also an invalid date object for example ``` js angular.isDate(new Date("foo")) // this returns true ```

Hi @gigablox, I'm sorry it is not possible at moment. You could try to hack the `mdp-calendar` directive in some way.

@gigablox ok, this is the `mdp-calendar`, it seems to work quite well without the modal, but it lacks the year selector. http://codepen.io/alenaksu/pen/vGQPex

@ankita120892 Can you provide a codepen of the issue?