mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(angular): revert to original implementation
This commit is contained in:
@ -8,8 +8,7 @@ let alertId = 0;
|
|||||||
@Injectable()
|
@Injectable()
|
||||||
export class AlertController {
|
export class AlertController {
|
||||||
create(opts?: AlertOptions): any {
|
create(opts?: AlertOptions): any {
|
||||||
// return getAlertProxy(opts);
|
return getAlertProxy(opts);
|
||||||
return { };
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user