Ed
Ed
If you need Angular 4 support with Semantic UI, [ng2-semantic-ui](https://github.com/edcarroll/ng2-semantic-ui) contains up to date bindings for nearly all of the Semantic UI components (plus a datepicker & pagination component) and...
Hi Joe, thank you for opening this issue! I do really like the idea actually - though I feel it would be cleaner to have it as a single decorator,...
As I understand it, you're suggesting a decorator that when used, throws an error if the decorated member isn't set? I'd prefer to use `@JsonRequired()` rather than `@JsonOptional()` as it's...
Hi @danielweck, did you have any further thoughts on this - might a validation option be something you'd like to see in the library? Thanks 😄
Thank you for opening the PR 💃 currently slammed at work, but will get it merged this weekend 😄
Have you tried defining the `` inside the `*ngFor`, like so: ```html {{ item.name }} Action ```
Just made [a plunkr](http://plnkr.co/edit/wQgi6EBBXQ8sjtTjfADp?p=preview) demonstrating this - does that suit your use case?
Glad that's sorted it, and yes good idea, will add a note to the docs
This isn't a bad idea actually... Though I've made a tonne of changes to the popup component in the datepicker, so will leave this for now until I've merged those...
@genuinefafa this will be in the next release. You can bind a context by setting `popupTemplateContext`, and you can access it in the template like so: ```html {{ popup.context.myVariable }}...