Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Progress bar #335

Merged
merged 6 commits into from
Apr 10, 2015
Merged

Progress bar #335

merged 6 commits into from
Apr 10, 2015

Conversation

poorgeek
Copy link
Contributor

Fixes #321

Note: The coverage will drop with this commit since I'm getting rid of the cfButton directive which had a 100% coverage.

Justin Stockton added 5 commits April 7, 2015 17:58
…a variable in the scope to hold a reference to the errors object. This was causing a problem in some circumstances where after $digest the values set in the $scope were reset to null. This wasn't a problem when we had the cfButton directive in place because it had an isolated scope and so once we passed the values into the directive they were no longer being updated in the controller after $digest. Still not 100% sure why this was happening, but this does fix the issue while only making the code a little more wordier in some places.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.11%) to 95.79% when pulling 9fee9f7 on poorgeek:progress-bar into 770972e on cfpb:milestone9.

@poorgeek
Copy link
Contributor Author

@porterbot added clearProgress() in 5135aec

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 95.8% when pulling 5135aec on poorgeek:progress-bar into 770972e on cfpb:milestone9.

@LinuxBozo
Copy link
Contributor

👍 Looks good to me..

LinuxBozo added a commit that referenced this pull request Apr 10, 2015
@LinuxBozo LinuxBozo merged commit 18a9a1a into cfpb:milestone9 Apr 10, 2015
@poorgeek poorgeek deleted the progress-bar branch April 10, 2015 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants