Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a divide-by-zero error #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing a divide-by-zero error #176

wants to merge 1 commit into from

Conversation

MasterKale
Copy link

  • Updated package.json to allow for testing and building immediately after an npm install
  • Updated everything to v1.1.8

This PR (similar to #124 and #145) seeks to address an issue with the vs-repeat directive failing to render items when $scope.elementSize = 0. It was leading to weird things like this, where $vs_collection is populated but ends up empty because of all the NaNs that are returned by Math.floor() and the like:

screen shot 2017-09-14 at 2 24 00 pm

- Updated package.json to allow for testing and building immediately after an `npm install`
- Updated everything to v1.1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant