-
-
Save gmoeck/959870 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
MT.ReportTemplateContainerView = SC.ContainerView.extend({ | |
contentView: SC.TemplateView.extend({ | |
itemBinding: 'MT.reportTemplates.selectedItem', | |
templateName: 'report_template_show' | |
}), | |
editView: SC.TemplateView.extend({ | |
itemBinding: 'MT.reportTemplates.selectedItem', | |
templateName: 'report_template_edit' | |
}) | |
}); |
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
<div id="sc457" class="sc-view sc-container-view"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment