Skip to content

Renames colummn to column - #489

Merged
jeff-phillips-18 merged 2 commits into
patternfly:masterfrom
AllenBW:bug/488-componet-binding-misspelling
Jun 14, 2017
Merged

Renames colummn to column#489
jeff-phillips-18 merged 2 commits into
patternfly:masterfrom
AllenBW:bug/488-componet-binding-misspelling

Conversation

@AllenBW

@AllenBW AllenBW commented Jun 14, 2017

Copy link
Copy Markdown
Contributor

This is a non-breaking change for when colummn is present, it will be copied to column
The only thing we lose here is making column a required binding for the table component, kinda unavoidable though

closes #488

This is a non-breaking change for when colummn is present, it will be copied to column
The only thing we lose here is making column a required binding for the table component, kinda unavoidable though

@jeff-phillips-18 jeff-phillips-18 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, one small comment.


if (angular.isDefined(ctrl.colummns)) {
ctrl.columns = ctrl.colummns;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should probably check if columns is undefined. If both are set (for some strange reason, we should use columns over columms)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

NICE 🍨 new commit 🤘

Garuntees we'll only ever use columns value
@dtaylor113

Copy link
Copy Markdown
Member

Thanks @AllenBW, can't believe that spelling error was so prevalent and I didn't see it :-)

@AllenBW

AllenBW commented Jun 14, 2017

Copy link
Copy Markdown
Contributor Author

@dtaylor113 anytime!! 🙇 💃 🌮

@jeff-phillips-18
jeff-phillips-18 merged commit 5a793be into patternfly:master Jun 14, 2017
@AllenBW
AllenBW deleted the bug/488-componet-binding-misspelling branch June 15, 2017 12:23
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.

Table component binding misspelling

3 participants