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

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

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

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

Jobs
ID Job ID Ran Files Coverage
1 918.1 14 May 2014 06:08PM UTC 0
92.62
Travis Job 918.1
Source Files on build 918
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #918
  • 894805c9 on github
  • Prev Build on rxSortableColumn-sortMethod (#909)
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