Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<h2 class="no-margin-top">{{ $ctrl.scene.id ? 'Edytuj' : 'Dodaj' }} scenę</h2>
<h2 class="no-margin-top">{{ $ctrl.scene.id ? 'Edit' : 'Add' }} scene</h2>
<form name="sceneForm"
novalidate
promise-btn
ng-submit="$broadcast('show-errors-check-validity') && sceneForm.$valid && $ctrl.submit()">

<div class="form-group" show-errors>
<label>Nazwa</label>
<label>Scene Name</label>
<input type="text" class="form-control" name="label" required ng-model="$ctrl.scene.label">
</div>

<div class="form-group" show-errors>
<fa name="question-circle" class="pull-right pointer" ng-click="$ctrl.atHelp = !$ctrl.atHelp"></fa>
<label>Uruchamiaj scenę z wyzwalacza akcji w SUPLI</label>
<label>Launch scene from SUPLA acction trigger</label>
<scene-at-triggers ng-model="$ctrl.scene.actionTriggers"></scene-at-triggers>
<div class="help-block fx-fade-up" ng-if="$ctrl.atHelp">
<p>Scena może być wykonywana po wykryciu skonfigurowanych wyzwalaczy akcji w SUPLI.</p>
Expand Down