onRendered

Client

Template.myTemplate.onRendered

import { Template } from 'meteor/templating' Source

Register a function to be called when an instance of this template is inserted into the DOM.

Arguments

callback Function

A function to be added as a callback.

doc_Meteor
2016-05-29 17:22:58
Comments
Leave a Comment

Please login to continue.