Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 395 Bytes

File metadata and controls

26 lines (17 loc) · 395 Bytes

Templ Tools

GitHub Atmosphere.js

Tools to work with templates.

Install

meteor add templ:tools

Documentation

Templ.onCreated

For example, to create a zone to ignore the momentum.

{{#momentum plugin='fade'}}
    {{#Templ.onCreated}}
    {{/Templ.onCreated}}
{{/momentum}}

Versions