Sha256: 46baa2b8311fdf13f34aecfc223530e3ac883395828d59dc2a33914d0581f32b

Contents?: true

Size: 522 Bytes

Versions: 8

Compression:

Stored size: 522 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

8 entries across 8 versions & 1 rubygems

Version Path
bastion-0.3.3 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-1.0.1 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.3.2 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-1.0.0 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.3.1 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.3.0 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.9 app/assets/javascripts/bastion/components/views/path-selector.html
bastion-0.2.8 app/assets/javascripts/bastion/components/views/path-selector.html