• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

esvit / ng-table / 711 / 1
95%
master: 93%

Build:
Build:
LAST BUILD BRANCH: strict-null-checks
DEFAULT BRANCH: master
Ran 04 Dec 2016 10:08PM UTC
Files 37
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Dec 2016 10:04PM UTC coverage: 95.68% (-0.004%) from 95.684%
711.1

push

travis-ci

ccrowhurstram
fix(ngTableEventsChannel): event callbacks defines incorrect params

afterDataSorted and afterDataFiltered defined with wrong params.

The publisher parameter should be the `NgTableParams` instancefor whom the event relates and should the first parameter.

BREAKING CHANGE:

* changed signatures of `afterDataSorted` + `afterDataFiltered` events

Previously:

```ts
(publisher: IDefaultGetData<T>, params: NgTableParams<T>, newData: DataResult<T>[] ): any
```

Now:

```ts
(publisher: NgTableParams<T>, newData: DataResult<T>[] ): any
```

1041 of 1088 relevant lines covered (95.68%)

368.91 hits per line

Source Files on job 711.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 711
  • Travis Job 711.1
  • a9a72b4e on github
  • Prev Job for on experiment (#710.1)
  • Next Job for on experiment (#712.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc