Knockout.js-External-Template-Engine icon indicating copy to clipboard operation
Knockout.js-External-Template-Engine copied to clipboard

Custom Template Engine and Template Source for Knockout.js that loads external templates. Supports native and jQuery templates.

Results 4 Knockout.js-External-Template-Engine issues
Sort by recently updated
recently updated
newest added

The precedent for this is the knockout mapping plugin: that looks for a module called 'knockout', not 'ko'.

Added the option to pass a writeable observable to the template binding, in order to get notified when the template was loaded. example: myWriteableObservable = ko.observable( false ); Template was...

Repaired the workaround that prevented afterRender from being triggered on the "Loading..." text being shown. afterRender replacement was being done to options only internal to ExternalTemplateSource so the binding's options...

If you pass a writeable observable named 'loaded' to the template bindgin, you can get notified when the template is actually loaded.