Skip to content

Commit

Permalink
fix : drag and drop bower html DEMO fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch committed Oct 22, 2015
1 parent 1ec1857 commit 40bd925
Show file tree
Hide file tree
Showing 17 changed files with 1,060 additions and 968 deletions.
40 changes: 38 additions & 2 deletions EasyFormGenerator-DragAndDropWay-DEMO.html
Expand Up @@ -22,7 +22,43 @@
<head>
<body ng-controller="demoController as demoCtrl" ng-cloak>




<div class="jumbotron">
<h1>Easy Form Generator : Drag and drop way</h1>
<p class="text-center">This is currently in development (BETA).</p>
<p class="text-center">It may change so I can't tell you this will look like the same when released.</p>
<p class="text-center"><a class="btn btn-primary btn-lg" href="https://github.com/MacKentoch/easyFormGenerator"><i class="fa fa-github"></i>&nbsp;go github</a></p>

<div class="well">
<h3>
How to :
</h3>
<ul>
<li>
<h5>
expand a group of control (left column)
</h5>
</li>
<li><h5>drag controls from left column then drop into right column</h5></li>
<li><h5>drag and drop controls within right column to re-order controls</h5></li>
<li><h5>drag and drop lines of controls within right column to re-order lines</h5></li>
<li><h5>right click controls (right column) to edit and customize it</h5></li>
<li><h5>Check your form anytime (preview tab - upper right)</h5></li>
</ul>
<br/>
<div class="col-md-10 col-md-offset-1">
<div class="alert alert-warning" role="alert">
<h4>This version is still in BETA so better use chrome to have a nice experience.</h4>
</div>
</div>

</div>
</div>
<hr/>




<!-- Easy Form Generator drag and drop way :
=============================================================-->
Expand Down Expand Up @@ -93,7 +129,7 @@
<script type="text/javascript" src="../jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="../bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
<script type="text/javascript" src="../easy-form-generator/dist/js/eda.dragdropway.min.js"></script>
<script type="text/javascript" src="../easy-form-generator/dist/js/eda.dragdropway.js"></script>
<script type="text/javascript" src='../textAngular/dist/textAngular-rangy.min.js'></script>
<script type="text/javascript" src='../textAngular/dist/textAngular-sanitize.min.js'></script>
<script type="text/javascript" src='../textAngular/dist/textAngular.min.js'></script>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"./dist/js/eda.stepway.min.js",
"./dist/css/eda.stepway.min.css"
],
"version": "1.0.31",
"version": "1.0.32",
"description": "create amazing forms without coding : form editor based on angular formly",
"keywords": [
"easy",
Expand Down

0 comments on commit 40bd925

Please sign in to comment.