From 67b50ed567b993c17ed2f9e50c92dccf34ea2e7f Mon Sep 17 00:00:00 2001 From: Duncan Lock Date: Wed, 20 May 2015 18:41:05 -0700 Subject: [PATCH 1/3] Updated demo index.html to source everything from bower_components Was previously getting components from a mixture of locations - CDNs, github and the local bower_components - despite everything being available locally in bower_components. I updated it to source everything from the local bower_components folder This is more consistent and ensures that the demo is using the correct versions of all components, rather than a mixture. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 398a5cb..4253528 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ angular-form-builder - + @@ -12,13 +12,13 @@ - - - + + + - - + + From 6c531bd4ab8a8714e0140b16326d0756180686c0 Mon Sep 17 00:00:00 2001 From: Duncan Lock Date: Wed, 20 May 2015 20:57:52 -0700 Subject: [PATCH 2/3] Revert index.html to upstream version. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4253528..398a5cb 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ angular-form-builder - + @@ -12,13 +12,13 @@ - - - + + + - - + + From dcc84c30edd771869f8f0d36b501e222b559eb04 Mon Sep 17 00:00:00 2001 From: Duncan Lock Date: Wed, 20 May 2015 20:58:52 -0700 Subject: [PATCH 3/3] Was previously getting components from a mixture of locations - CDNs, github and the local bower_components - despite everything being available locally in bower_components. I updated it to source everything from the local bower_components folder This is more consistent and ensures that the demo is using the correct versions of all components, rather than a mixture. --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 398a5cb..4253528 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ angular-form-builder - + @@ -12,13 +12,13 @@ - - - + + + - - + +