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

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

Build:
Build:
LAST BUILD BRANCH: strict-null-checks
DEFAULT BRANCH: master
Ran 04 Dec 2016 10:08PM UTC
Jobs 1
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

pending completion
711

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
```

2 of 2 new or added lines in 1 file covered. (100.0%)

1041 of 1088 relevant lines covered (95.68%)

368.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 711.1 04 Dec 2016 10:08PM UTC 0
95.68
Travis Job 711.1
Source Files on build 711
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #711
  • a9a72b4e on github
  • Prev Build on experiment (#710)
  • Next Build on experiment (#712)
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

© 2025 Coveralls, Inc