Open atd opened 9 years ago
Project needs are strings instead of boolean:
> project.need.complete "false"
Is this a limitation of SwellRT or is there any reason for this?
SwellRT handles only strings, rich text, arrays and maps.
I have created an issue in angular-swellrt to abstract this limitations for the js developer: P2Pvalue/angular-swellrt#13
Thank you @atfornes !
Project needs are strings instead of boolean:
Is this a limitation of SwellRT or is there any reason for this?