soma-template icon indicating copy to clipboard operation
soma-template copied to clipboard

Seamless DOM-based templates.

Results 5 soma-template issues
Sort by recently updated
recently updated
newest added

It would be nice to have a `data-enabled` attribute which is the negation of the `data-disabled` attribute. This will make the code more logical when tieing it to a boolean...

http://plnkr.co/edit/m907ipqWj8UrluYHcRWo?p=preview As demonstrated by plnkr above, instantiation of templates after initial parsing doesn't work as expected. Sorry I can't provide more information about this bug, finding it difficult to pinpoint...

Demonstrated by: http://plnkr.co/edit/01kNm2kCdDKElUbYtrXG?p=preview Initially rendering with an empty array results in incorrect subsequent appending of data-repeat elements

Hi Soundstep: http://plnkr.co/edit/gHwT7PPCgpjIjv2pIcfT?p=preview Is this expected functionality? I require that a template can be compiled from mark-up, instantiating any templates contained in that markup. This is more my situation: ```...

When an interpolation token is used as a helper (scope function), allow parameters to be helper/function calls too. E.g. ``` html {{upperCase(replace(" ", "-", info))}} ```