Beispiel #1
0
        createTemplate: function($event) {
          // this does the provisioning of the Application
          $event.stopPropagation();
          $event.preventDefault();

          var template = {
            'documentSelfLink': this.model.documentSelfLink
          };

          TemplateActions.copyTemplate(this.model.type, template);
        },