From 90cc892c54e87105a11f85baf36e5bcbcee31cb7 Mon Sep 17 00:00:00 2001 From: Joel Kent Date: Fri, 8 Apr 2016 17:57:17 +0100 Subject: [PATCH] Correct typos in documentation examples Missing commas in several examples --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index be05f831e..7ad0758e2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -774,7 +774,7 @@ function FormCtrl($scope) { "title": "Eligible for awesome things" }, "code": { - "type":"string" + "type":"string", "title": "The Code" } } @@ -817,7 +817,7 @@ function FormCtrl($scope) { "title": "Eligible for awesome things" }, "code": { - "type":"string" + "type":"string", "title": "The Code" } } @@ -1599,7 +1599,7 @@ function FormCtrl($scope) { "title": "Eligible for awesome things" }, "code": { - "type":"string" + "type":"string", "title": "The Code" } } @@ -1645,7 +1645,7 @@ function FormCtrl($scope) { "title": "Eligible for awesome things" }, "code": { - "type":"string" + "type":"string", "title": "The Code" } }