docs(demos): set tabbar color dynamically

This commit is contained in:
Drew Rygh
2015-11-19 17:52:05 -06:00
parent 4a1437278d
commit 0865292b88
4 changed files with 24 additions and 15 deletions

View File

@ -18,7 +18,10 @@ import * as tabs from './tabs/tabs';
@Directive({
selector: '.android-attr',
selector: '[android-attr]',
defaultInputs: {
'androidAttr': 'primary'
},
})
export class AndroidAttribute {