Commit 9553ecd3 authored by santiaago's avatar santiaago
Browse files

start binding names and images in editor #48

parent 9c6f6f8d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -8,11 +8,12 @@
    <div class="editor--square2 editor-innerSquare--borderBottom">
      <div class="editor-content--positionCenter">
	<h4>TYPE YOUR NAME</h4>
	<p><input type="text" ng-init="editorName='tinygraphs'" ng-model="editorName"></p>
      </div>
    </div>
    <div class="editor--square2">
      <div class="editor-content--positionCenter">
	<h4>COLOR kTHEME</h4>
	<h4>COLOR THEME</h4>
      </div>
    </div>
  </div>
@@ -31,6 +32,8 @@
  <div class="col-md-3 editor--square editor-square--borderRight editor--backgroundWhite">
    <div class="editor-content--positionCenter">
      <h4>IMAGE HERE</h4>
      <img class="featurette-image img-responsive img-thumbnail" src="/squares/{{editorName}}">
      <p>name: {{editorName}}</p>
    </div>
  </div>
</div>