chore(angular): revert to original implementation

This commit is contained in:
Dan Bucholtz
2017-11-22 10:02:41 -06:00
parent 8d66142dd5
commit 934519f869

View File

@ -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 { };
} }
} }