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;
@Component({
selector: 'my-app',
selector: 'alfresco-app',
templateUrl: 'app/app.component.html',
styleUrls: ['app/app.component.css'],
directives: [ALFRESCO_SEARCH_DIRECTIVES, ROUTER_DIRECTIVES, AuthRouterOutlet, MDL],