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

rackerlabs / encore-ui / 918 / 1
93%
master: 94%

Build:
Build:
LAST BUILD BRANCH: 2.x-LTS
DEFAULT BRANCH: master
Ran 14 May 2014 06:08PM UTC
Files 31
Run time 5s
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

14 May 2014 05:50PM UTC coverage: 92.617%. Remained the same
918.1

push

travis-ci

parlarjb
fix(rxSortableColumn): user proper ID to pass function to scope

BREAKING CHANGE: The sortMethod of rxSortableColumn was not properly
passing the method to the `scope` with a `&`, but was using a `=`, which
should only be used for two-way bindings.

To migrate the code, follow the example below:

BEFORE:

<rx-sortable-column
    sort-method="sortCol"
    sort-property="name"
    predicate="sort.predicate"
    reverse="sort.reverse">

AFTER:

<rx-sortable-column
    sort-method="sortCol(property)"
    sort-property="name"
    predicate="sort.predicate"
    reverse="sort.reverse">

The method you pass will *always* take `property` as the argument
when assigning it to `sort-method`.

tl;dr: Change every `sort-method="foo"` assignment to
`sort-method="foo(property)"`

552 of 596 relevant lines covered (92.62%)

172.55 hits per line

Source Files on job 918.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 918
  • Travis Job 918.1
  • 894805c9 on github
  • Prev Job for on rxSortableColumn-sortMethod (#909.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