Align snippets with start.spring.io

Uses a Boot parent and a Cloud BOM instead of the CLoud parent
This commit is contained in:
Dave Syer
2016-04-20 09:46:14 +01:00
parent c82a4ac56b
commit acccd48d07
4 changed files with 34 additions and 13 deletions

View File

@@ -151,6 +151,8 @@ Spring.SnippetView = Backbone.View.extend({
render: function () {
this.model.bootVersion = this.model.version.indexOf("Brixton")!=-1 ? "1.3.3.RELEASE" : "1.2.8.RELEASE";
console.log(JSON.stringify(this.model))
var html = $(this.combinedTemplate(this.model));
this.$el.html(html);
if (ZeroClipboard.detectFlashSupport()) {