Merge pull request #1407 from dpalou/MOBILE-2465

MOBILE-2465 addon: Fix bad template naming in book and chat
main
Juan Leyva 2018-07-09 16:43:41 +02:00 committed by GitHub
commit 5413edc3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import { AddonModBookTocPopoverComponent } from '../../components/toc-popover/to
*/ */
@Component({ @Component({
selector: 'addon-mod-book-index', selector: 'addon-mod-book-index',
templateUrl: 'addon-mod-assign-submission-index.html', templateUrl: 'addon-mod-book-index.html',
}) })
export class AddonModBookIndexComponent extends CoreCourseModuleMainResourceComponent { export class AddonModBookIndexComponent extends CoreCourseModuleMainResourceComponent {
component = AddonModBookProvider.COMPONENT; component = AddonModBookProvider.COMPONENT;

View File

@ -24,7 +24,7 @@ import * as moment from 'moment';
*/ */
@Component({ @Component({
selector: 'addon-mod-chat-index', selector: 'addon-mod-chat-index',
templateUrl: 'addon-mod-assign-submission-index.html', templateUrl: 'addon-mod-chat-index.html',
}) })
export class AddonModChatIndexComponent extends CoreCourseModuleMainActivityComponent { export class AddonModChatIndexComponent extends CoreCourseModuleMainActivityComponent {
component = AddonModChatProvider.COMPONENT; component = AddonModChatProvider.COMPONENT;