Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <main>
  2. <article>
  3. <section class="section">
  4. <div class="m-premiere m-estimate">
  5. <div class="container">
  6. <h2>{{movieTitle}}</h2>
  7. <p>Estymuj liczbę widzów w pierwszy weekend wyświetlania filmu wybierając odpowiednią wartość</p>
  8. <!--<ui-knob ng-if="value != null" value="value" options="options">
  9. <div id="circleSlider" ng-bind="displayVal(value)"></div>
  10. <button ng-click="dodaj(value)">+</button>
  11. <button ng-click="odejmij(value)">-</button>
  12. </ui-knob>-->
  13. <div id="circleSlider" ng-bind="displayVal(value)" style="margin-left: 250px"></div>
  14. <button class="btn btn-primary" id="button2">-</button>
  15. <input type="text" class="infinite" data-bgcolor="#2e2e2e" data-fgcolor="#1d60c8" disabled>
  16. <button class="btn btn-primary" id="button">+</button>
  17. <button data-js="button" ng-disabled="buttonDisable" ng-click="setEstimation()" type="button" class="btn">Potwierdź</button>
  18. </div>
  19. </div>
  20. </section>
  21. </article>
  22. </main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement