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

angular-ui / ui-sortable / 343
100%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2014 09:18PM UTC
Jobs 1
Files 1
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
343

Pull #307

travis-ci

carlosman
Support for enumerable structures other than Array

By using the "call" version of Array.prototype.splice, using array-like
objects (objects with a length property) becomes possible.

When using ngRepeat with data from an AJAX-based backend it is possible
to delete two or more items in rapid succession and have to wait for an
AJAX web service to respond with a success or failure signal to
visually commit the deletion. In that situation, you may end up
cancelling one of the deletes and then the ngRepeat index does not
correspond with the backend structure, effectively removing the wrong
ngRepeat item because the index changed faster than the AJAX response
arrival. In such cases, using an array-like object works better.
Pull Request #307: Support for enumerable structures other than Array

110 of 110 relevant lines covered (100.0%)

100.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 343.1 21 Nov 2014 09:18PM UTC 0
100.0
Travis Job 343.1
Source Files on build 343
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #343
  • Pull Request #307
  • PR Base - master (#342)
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