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

Fixes related to #181 and #180 #184

Merged
merged 4 commits into from
Feb 29, 2016
Merged

Conversation

edgarmueller
Copy link
Contributor

No description provided.

var p: ng.IDeferred<any> = this.$q.defer<any>();
p.resolve(this.scope.schema);
return p;
return this.$q.when(this.scope.schema);
Copy link
Member

Choose a reason for hiding this comment

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

Nice! Way more readable than before

@sdirix
Copy link
Member

sdirix commented Feb 26, 2016

Nice! I especially like the changes within the form directive.

If you have time it would be great if you fix the two minor nitpicks within the array renderer ;) Thx!

sdirix added a commit that referenced this pull request Feb 29, 2016
@sdirix sdirix merged commit 845d564 into eclipsesource:master Feb 29, 2016
@sdirix
Copy link
Member

sdirix commented Feb 29, 2016

Great work!

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.

None yet

2 participants