CSC480-16S / roots-GUI

GUI teams repo
0 stars 2 forks source link

Add mustache syntax to the all the form fields #6

Closed wshanaa closed 8 years ago

wshanaa commented 8 years ago

Makes it easier for displaying of user entered info without requiring the user to re-enter anything on reloads.

wshanaa commented 8 years ago

example:

where the value="{{username}}" is mustache syntax for a node.js plugin.

wshanaa commented 8 years ago

Will throw errors if not running on platform that doesn't have node.js + mustache installed