Skip to content

[binder] share binder code with ui and server#6507

Merged
spalger merged 5 commits intoelastic:masterfrom
spalger:implement/sharedBinder
Mar 25, 2016
Merged

[binder] share binder code with ui and server#6507
spalger merged 5 commits intoelastic:masterfrom
spalger:implement/sharedBinder

Conversation

@spalger
Copy link
Copy Markdown
Contributor

@spalger spalger commented Mar 10, 2016

This breaks the ui/Binder class into two, a base class that is shared between server and ui/Binder, then a subclass which is now exposed as ui/Binder. The subclass adds the jQuery and d3 specific binding methods, as well as the ability to auto-destroy using a $scope.

This breaks the ui/Binder class into two, a base class that is shared beteween server and ui/Binder, then a subclass which is now exposed as ui/Binder. This subclass adds the jQuery and d3 specific binding methods, as well as the ability to autp-destroy using a $scope
@@ -0,0 +1,21 @@
import { bindKey, rest } from 'lodash';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Neither of these are used any longer.

@epixa
Copy link
Copy Markdown
Contributor

epixa commented Mar 10, 2016

Just a few small things.

@epixa epixa assigned spalger and unassigned epixa Mar 10, 2016
@spalger
Copy link
Copy Markdown
Contributor Author

spalger commented Mar 10, 2016

Thanks, fixed identified issues.

@epixa
Copy link
Copy Markdown
Contributor

epixa commented Mar 11, 2016

LGTM

@epixa epixa assigned spalger and unassigned epixa Mar 11, 2016
@spalger spalger merged commit b4c703c into elastic:master Mar 25, 2016
@spalger spalger deleted the implement/sharedBinder branch October 18, 2019 17:38
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.

2 participants