rename my-app in alfresco-app

This commit is contained in:
Eugenio Romano
2016-06-09 09:56:12 +01:00
parent a9d4a912d1
commit b465689fe3
2 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ import { TasksDemoComponent } from './components/tasks/tasks-demo.component';
declare var document: any; declare var document: any;
@Component({ @Component({
selector: 'my-app', selector: 'alfresco-app',
templateUrl: 'app/app.component.html', templateUrl: 'app/app.component.html',
styleUrls: ['app/app.component.css'], styleUrls: ['app/app.component.css'],
directives: [ALFRESCO_SEARCH_DIRECTIVES, ROUTER_DIRECTIVES, AuthRouterOutlet, MDL], directives: [ALFRESCO_SEARCH_DIRECTIVES, ROUTER_DIRECTIVES, AuthRouterOutlet, MDL],

View File

@@ -52,13 +52,13 @@
position: relative; position: relative;
} }
</style> </style>
<my-app> <alfresco-app>
<div id="loader"> <div id="loader">
<div> <div>
<div id="loader-spin" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div> <div id="loader-spin" class="mdl-progress mdl-js-progress mdl-progress__indeterminate"></div>
</div> </div>
<div id="loader-text">Loading Demo Shell..</div> <div id="loader-text">Loading Demo Shell..</div>
</div> </div>
</my-app> </alfresco-app>
</body> </body>
</html> </html>