Code coverage report for src/filters/filter-panel/filter-panel-component.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » src/filters/filter-panel/ » filter-panel-component.js
1 2 3 4 5 6 7 8 9 10 11 12 131                 5      
angular.module('patternfly.filters').component('pfFilterPanel', {
  bindings: {
    config: '='
  },
  transclude: true,
  templateUrl: 'filters/filter-panel/filter-panel.html',
  controller: function () {
    'use strict';
 
    var ctrl = this;
  }
});