沈斌
2018-07-12 1dfc8bc300a6ae0822514ddf2e1399d4762fa1b1
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 {