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

Improved validation markers #262

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Improved validation markers #262

merged 1 commit into from
Aug 9, 2016

Conversation

koegel
Copy link
Member

@koegel koegel commented May 6, 2016

Fixes #219

Please make sure you conform to the contributor guidelines and agreed to the contributor license agreement, see https://github.com/eclipsesource/jsonforms/blob/master/CONTRIBUTING.md

Conflicts:

src/components/renderers/controls/abstract-control.ts

Validation markes styling improved, fixing #219

# Conflicts:
#	src/components/renderers/controls/abstract-control.ts
Validation markes styling improved, fixing #219
@koegel koegel added this to the 0.0.30 milestone May 6, 2016
@coveralls
Copy link

Coverage Status

Coverage remained the same at 91.524% when pulling 3245516 on koegel:master into cde05b9 on eclipsesource:master.

</div>
<div>
<alert ng-repeat="alert in vm.alerts" type="{{alert.type}}" >{{alert.msg}}</alert>
<div ng-transclude uib-popover-template="'validation.html'" popover-enable="vm.alerts.length>0" popover-trigger="mouseenter" popover-title="Invalid value" popover-placement="bottom-left">
Copy link
Contributor

@edgarmueller edgarmueller May 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please extract the template into its own file

@edgarmueller
Copy link
Contributor

@koegel See in-line comments. Also, I think something went wrong with PR description, but this is only FYI.

@edgarmueller edgarmueller assigned koegel and unassigned edgarmueller Jun 20, 2016
@edgarmueller edgarmueller modified the milestones: Next milestone, 0.0.30 Jun 23, 2016
@edgarmueller edgarmueller modified the milestones: 0.0.40, Next milestone Jul 5, 2016
@edgarmueller edgarmueller modified the milestones: 1.1.0, 1.0.0 Aug 3, 2016
@koegel koegel removed P1 labels Aug 5, 2016
@edgarmueller edgarmueller merged commit 3245516 into eclipsesource:master Aug 9, 2016
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.

Validation Markers
3 participants