Code coverage report for app/components/phone-table/phone-table.controller.js

Statements: 100% (9 / 9)      Branches: 100% (2 / 2)      Functions: 100% (2 / 2)      Lines: 100% (2 / 2)      Ignored: 1 statement, 1 branch     

All files » app/components/phone-table/ » phone-table.controller.js
1 2 3 4 5 6 7 8 9               
class PhoneTableController {
    constructor () {}
}
 
PhoneTableController.$inject = [];
 
export default PhoneTableController;