test(segment): adding a value to the toolbar segment

references #344
This commit is contained in:
Brandy Carney
2015-10-29 15:45:22 -04:00
parent aa515da4af
commit 1fbca8bba3
2 changed files with 6 additions and 4 deletions

View File

@ -14,6 +14,7 @@ class MyApp {
mapStyle: ['hybrid', Validators.required]
});
this.relationship = 'enemies';
this.modelStyle = 'B';
this.appType = 'free';
}