From 577808c6df6cf68f917712d57bddfec4ef116b84 Mon Sep 17 00:00:00 2001 From: Demian Ferreiro Date: Thu, 21 Apr 2016 12:36:45 -0300 Subject: [PATCH] Add tag to Getting Started guide This makes the code on the Summary section a working single-file application. Without the tag the code failed with "Error: Please ensure the DOM element exists before rendering a template into it" because the + + ``` -Yes, this is valid HTML 5! According to the specs, the ``, `` and `` tags can be omitted, but their respective DOM elements will still be there implicitly when a browser renders that markup. +Yes, this is valid HTML 5! According to the specs, the `` and `` tags can be omitted, but their respective DOM elements will still be there implicitly when a browser renders that markup. --- @@ -426,6 +428,7 @@ Here's the application code in its entirety: ```markup + + ``` This example is also available as a [jsFiddle](http://jsfiddle.net/fbgypzbr/16/).