Created
          December 8, 2015 18:18 
        
      - 
      
- 
        Save arthursoares/ec2ee1d7ffe5af417bd7 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Template.sandbox.onCreated( function(){ | |
| console.log("o template foi criado"); | |
| }); | |
| Template.sandbox.onRendered(function() { | |
| console.log("o template foi renderizado"); | |
| }) | |
|  | |
| Template.sandbox.events({ | |
| 'click #btn': function(e){ | |
| console.log("id btn foi clicado"); | |
| } | |
| }); | 
        
      
            lnmunhoz
  
      
      
      commented 
        Dec 8, 2015 
      
    
  
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment