Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow numeric, boolean, undefined, function? values in angular-swellrt #13

Open
atfornes opened this issue Jun 17, 2015 · 0 comments
Open

Comments

@atfornes
Copy link
Contributor

SwellRT only stores maps, arrays, strings, and rich text objects.

However, we could use the string storage to store boolean, numeric undefined and even functions by starting the string with a pattern that should be scaped if it really mean to be in an string value. for instance using an string of the form #BOOLEAN_TYPE:true for true value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant