mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(angular): reverting changes to angular module, cannot figure out why app won't work if it's imported
This commit is contained in:
@ -7,8 +7,9 @@ let alertId = 0;
|
||||
|
||||
@Injectable()
|
||||
export class AlertController {
|
||||
create(opts?: AlertOptions): AlertProxy {
|
||||
return getAlertProxy(opts);
|
||||
create(opts?: AlertOptions): any {
|
||||
// return getAlertProxy(opts);
|
||||
return { };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user