Skip to content

Commit 2efb6f4

Browse files
Program4GitHubProgram4GitHub
Program4GitHub
authored and
Program4GitHub
committed
Context fixes ionic-team#1
1 parent 3a22c65 commit 2efb6f4

File tree

4 files changed

+4550
-4214
lines changed

4 files changed

+4550
-4214
lines changed

angular/src/directives/proxies.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ export class IonReorder {
614614
}
615615

616616
export declare interface IonReorderGroup extends Components.IonReorderGroup {}
617-
@ProxyCmp({inputs: ['disabled'], 'methods': ['complete']})
618-
@Component({ selector: 'ion-reorder-group', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled'] })
617+
@ProxyCmp({inputs: ['disabled', 'context'], 'methods': ['complete']})
618+
@Component({ selector: 'ion-reorder-group', changeDetection: ChangeDetectionStrategy.OnPush, template: '<ng-content></ng-content>', inputs: ['disabled', 'context'] })
619619
export class IonReorderGroup {
620620
ionItemReorder!: EventEmitter<CustomEvent>;
621621
protected el: HTMLElement;

0 commit comments

Comments
 (0)