fengxiang
2018-01-11 3405a42d4434bb77026c029ed20f2898ba665107
src/app/layout/default/header/components/fullscreen.component.ts
File was renamed from src/app/layout/header/components/fullscreen.component.ts
@@ -5,7 +5,7 @@
    selector: 'header-fullscreen',
    template: `
    <i class="anticon anticon-{{status ? 'shrink' : 'arrows-alt'}}"></i>
    {{status ? 'fullscreen-exit' : 'fullscreen' | translate }}
    {{(status ? 'fullscreen-exit' : 'fullscreen') | translate }}
    `
})
export class HeaderFullScreenComponent {