Sha256: 0cfe51b889b96443b9a234ebb6b57ff21fda166500b7ccbff06b885843556dc6

Contents?: true

Size: 523 Bytes

Versions: 20

Compression:

Stored size: 523 Bytes

Contents

<div class="path-selector" ng-repeat="path in paths">
  <ul class="path-list">
    <li class="path-list-item" ng-repeat="item in path" ng-class="{ 'disabled-item': item.disabled }">
      <label class="path-list-item-label" ng-disabled="item.disabled" ng-class="{ active: item.selected }" ng-mouseenter="hover" ng-mouseleave="hover = false">
        <input type="checkbox" ng-model="item.selected" ng-change="itemChanged(item)" ng-disabled="item.disabled"/>
        {{ item.name }}
      </label>
    </li>
  </ul>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
bastion-0.1.14 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.5 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.3 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.2 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.1 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.0 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.1.13 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.1.12 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.1.11 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.1.10 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.1.9 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.1.8 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.7 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.6 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.5 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.4 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.3 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.2 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.1 app/assets/javascripts/bastion/widgets/views/path-selector.html
bastion-0.1.0 app/assets/javascripts/bastion/widgets/views/path-selector.html