MOBILE-2465 addon: Fix bad template naming in book and chat
parent
6485ded480
commit
bd146e764c
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue