Msg center to pageTop.

This commit is contained in:
smartapant 2016-04-25 19:33:47 +03:00
parent af30088daf
commit 112d9be673
8 changed files with 332 additions and 2 deletions

View file

@ -1,8 +1,11 @@
import {Component, ViewEncapsulation} from 'angular2/core';
import {MsgCenter} from '../msgCenter';
@Component({
selector: 'page-top',
styles: [ require('./pageTop.scss') ],
template: require('./pageTop.html')
template: require('./pageTop.html'),
directives: [MsgCenter]
})
export class PageTop {}

View file

@ -10,7 +10,7 @@
<div class="user-profile clearfix">
<div class="dropdown al-user-profile">
<a class="profile-toggle-link dropdown-toggle" id="user-profile-dd" data-toggle="dropdown" aria-expanded="false">
Dropdown
<img src="http://akveo.com/blur-admin/assets/img/app/profile/Nasta.png">
</a>
<div class="dropdown-menu top-dropdown-menu profile-dropdown" aria-labelledby="user-profile-dd">
<li class="dropdown-item"><i class="dropdown-arr"></i></li>

View file

@ -1,4 +1,5 @@
@import '../sass/conf/conf';
@import '../msgCenter/msgCenter';
.page-top {
@include bg-translucent-dark(0.5);