Merge pull request #645 from Alfresco/dev-eromano-420

fix rendering big file and loading indicators
This commit is contained in:
Denys Vuika
2016-08-30 14:43:25 +01:00
committed by GitHub
27 changed files with 445 additions and 156 deletions

View File

@@ -22,7 +22,6 @@ import { ALFRESCO_CORE_PROVIDERS } from 'ng2-alfresco-core';
import { ATIVITI_FORM_PROVIDERS } from 'ng2-activiti-form';
import { UploadService } from 'ng2-alfresco-upload';
import { AppComponent } from './app.component';
import { appRouterProviders } from './app.routes';
bootstrap(AppComponent, [

View File

@@ -73,7 +73,7 @@
"material-design-icons": "2.2.3",
"material-design-lite": "1.1.3",
"ng2-translate": "2.2.0",
"pdfjs-dist": "1.5.258",
"pdfjs-dist": "1.5.404",
"flag-icon-css": "2.3.0",
"intl": "1.2.4",
"ng2-alfresco-core": "0.3.0",