FEATURE: replace admin flags modal by a select-box

This commit is contained in:
Joffrey JAFFEUX
2017-11-09 12:33:36 -08:00
committed by GitHub
parent a62457bf29
commit 6d3ed966cd
7 changed files with 129 additions and 22 deletions

View File

@ -142,7 +142,7 @@ componentTest('supports options to limit size', {
template: '{{select-box-kit collectionHeight=20 content=content}}',
beforeEach() {
this.set("content", [{ id: 1, name: "robin" }]);
this.set("content", ["robin", "régis"]);
},
test(assert) {