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

Export query window and grid controllers, to be able to extend them #4773

Merged
merged 1 commit into from
Mar 26, 2019

Conversation

llienher
Copy link
Member

I need this to be able to extend a controller in a project.

@llienher llienher self-assigned this Mar 26, 2019
@gberaudo gberaudo changed the title Export query window and grid controllers, to be able to extend it Export query window and grid controllers, to be able to extend them Mar 26, 2019
@llienher llienher merged commit 922f98b into master Mar 26, 2019
@llienher llienher deleted the exportQueryGridAndWindowController branch March 26, 2019 10:13
contribs/gmf/src/query/gridComponent.js Show resolved Hide resolved
* @hidden
* @ngInject
* @ngdoc controller
* @ngname GmfDisplayquerywindowController
*/
function Controller($element, $scope, ngeoQueryResult, ngeoMapQuerent, ngeoFeatureOverlayMgr) {
export function Controller($element, $scope, ngeoQueryResult, ngeoMapQuerent, ngeoFeatureOverlayMgr) {
Copy link
Member

Choose a reason for hiding this comment

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

Should be named QueryWindowComponent...

Copy link
Member

Choose a reason for hiding this comment

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

What about QueryWindowController ^^?

Copy link
Member

Choose a reason for hiding this comment

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

:-)

Copy link
Member Author

Choose a reason for hiding this comment

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

Done in this PR: #4775

@sbrunner sbrunner added this to the 2.4 milestone Apr 8, 2019
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.

3 participants