code reformat to follow the styles

This commit is contained in:
nixa 2016-04-29 17:27:19 +03:00
parent 669b3df4b5
commit a8cd300ecc
26 changed files with 193 additions and 187 deletions

View file

@ -2,12 +2,12 @@ import {Component, ViewEncapsulation} from 'angular2/core';
import {ProfilePicturePipe} from '../pipes/image/profile-picture.pipe';
@Component({
selector: 'msg-center',
styles: [ require('./msgCenter.scss') ],
template: require('./msgCenter.html'),
pipes: [ProfilePicturePipe]
selector: 'msg-center',
styles: [require('./msgCenter.scss')],
template: require('./msgCenter.html'),
pipes: [ProfilePicturePipe]
})
export class MsgCenter {
export class MsgCenter {
notifications = [
{