A module that binds template vars to a model and vice versa. Essentially get the advantages of Vue and Angular data binding with out the overhead.
2 way data binding
repeaters
non destructive interpolation (doesn't destroy other inline attributes added after compilation)
lifecycle hooks - defer dom updates until callback or promise returned. e.g. "onModelUpdate" view animates out, promise is returned and then dom updates with an animateIn.
Dev Time: 1.5 weeks
A module that binds template vars to a model and vice versa. Essentially get the advantages of Vue and Angular data binding with out the overhead.