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()
|
||||
export class AlertController {
|
||||
create(opts?: AlertOptions): any {
|
||||
// return getAlertProxy(opts);
|
||||
return { };
|
||||
return getAlertProxy(opts);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user