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

fix(uiPercentageMask): honor ui-hide-space when view value change due… #260

Merged
merged 3 commits into from
Apr 20, 2017

Conversation

CareerFairPlus
Copy link
Contributor

… to model update from controller

Previously, a change to the model in the controller would result in a space in between the percent sign and the value no matter if the ui-hide-space attribute is present or not. Now, a change to the model will result in the correct view value format.

Non-breaking change.

… to model update from controller

Previously, a change to the model in the controller would result in a space in between the percent sign and the value no matter if the ui-hide-space attribute is present or not.  Now, a change to the model will result in the correct view value format.

Non-breaking change.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.328% when pulling 4ca2eda on CareerFairPlus:master into 1996e11 on assisrafael:master.

… to model update from controller

Add missing mock inject in the new test.

Non-breaking change.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.328% when pulling 617bb5e on CareerFairPlus:master into 1996e11 on assisrafael:master.

@assisrafael
Copy link
Owner

Thank you for the pull request.
However it does not pass all tests. Can you fix this?

… to model update from controller

Update failing tests.  When accessing via rootScope, update model to 50 not 0.5 to represent 50%.

Non-breaking change.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.328% when pulling 9165273 on CareerFairPlus:master into 1996e11 on assisrafael:master.

@CareerFairPlus
Copy link
Contributor Author

@assisrafael I've updated the karma test to fix the issue. I apologize for not doing it sooner. All tests are now passing.

@assisrafael
Copy link
Owner

Thank you

@assisrafael assisrafael merged commit 3f51cad into assisrafael:master Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants