-
Notifications
You must be signed in to change notification settings - Fork 286
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
Flat Display of Object Properties #877
Flat Display of Object Properties #877
Conversation
315e6a2
to
201ba33
Compare
Love it 😍 |
201ba33
to
cf9126f
Compare
cf9126f
to
5609428
Compare
I think this is ready for review now. I did my best to use what was already there ( |
5609428
to
24c144c
Compare
@@ -198,7 +198,7 @@ export default EmberObject.extend(PortMixin, { | |||
return (val instanceof EmberObject) || typeOf(val) === 'array'; | |||
}, | |||
|
|||
saveProperty(objectId, mixinIndex, prop, val) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mixinIndex
was not being used — confirmed with Teddy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks awesome to me! 😍
@nummi @teddyzeenny any idea on these tests failures? |
No idea! |
#364