From 310063afb93b47cf71cbe0e8329dacd7b3b7ce8d Mon Sep 17 00:00:00 2001 From: Edd Turtle Date: Wed, 24 Feb 2016 14:00:09 +0000 Subject: [PATCH] add trailing slashed to code examples --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a286be3..6af79f6 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

Usage

Default

-
<toggle-switch ng-model="switchStatus"><toggle-switch>
+
<toggle-switch ng-model="switchStatus"></toggle-switch>
 
@@ -70,7 +70,7 @@

ng-model="switchStatus" on-label="sí" off-label="no"> -<toggle-switch> +</toggle-switch>

@@ -80,7 +80,7 @@

<toggle-switch
     ng-model="switchStatus"
     knob-label="TV">
-<toggle-switch>
+</toggle-switch>
 
@@ -90,7 +90,7 @@

<toggle-switch
     ng-model="switchStatus"
     disabled="{{true}}">
-<toggle-switch>
+</toggle-switch>