BaPanel to BaCard rename.

This commit is contained in:
smartapant 2016-05-02 15:46:27 +03:00
parent 4001b2fdf5
commit d7b7f14eea
9 changed files with 20 additions and 20 deletions

View file

@ -1,13 +1,13 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {PopularApp} from './popularApp';
import {BaPanel} from '../../theme';
import {BaCard} from '../../theme';
@Component({
selector: 'dashboard',
pipes: [],
directives: [PopularApp, BaPanel],
directives: [PopularApp, BaCard],
encapsulation: ViewEncapsulation.None,
styles: [require('./dashboard.scss')],
template: require('./dashboard.html')