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

Header footer templates #193

Merged
merged 5 commits into from
Jan 17, 2018
Merged

Header footer templates #193

merged 5 commits into from
Jan 17, 2018

Conversation

anjmao
Copy link
Member

@anjmao anjmao commented Jan 16, 2018

closes #184

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 90.388% when pulling 5553dce on header-footer-templates into c33c108 on master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 90.388% when pulling 5553dce on header-footer-templates into c33c108 on master.

@@ -60,12 +84,29 @@ export class SelectWithTemplatesComponent {

cities2 = JSON.parse(JSON.stringify(this.cities));
cities3 = JSON.parse(JSON.stringify(this.cities));
cities4 = JSON.parse(JSON.stringify(this.cities));
Copy link
Member

Choose a reason for hiding this comment

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

why not just slice?

cities4 = this.cities.slice();

@@ -262,6 +262,16 @@ $color-selected: #f5faff;
}
}
}

.ng-dropdown-header {
border-bottom: 1px solid #ccc;
Copy link
Member

Choose a reason for hiding this comment

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

not sure if predefined border is good idea

@varnastadeus
Copy link
Member

good job! 👍

@arun-maddheshia
Copy link

@varnastadeus please merge it if its good, I am waiting for this update 👍

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 90.575% when pulling f6c4ad5 on header-footer-templates into f5e99f0 on master.

@anjmao anjmao merged commit e09eeb5 into master Jan 17, 2018
@anjmao anjmao deleted the header-footer-templates branch January 17, 2018 13:01
@anjmao
Copy link
Member Author

anjmao commented Jan 17, 2018

@arun-maddheshia Check it out and let me know if it solves you problem.

jakemdunn pushed a commit to jakemdunn/ng-select that referenced this pull request Oct 16, 2018
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.

Feature request: 'Select all' button
4 participants