alert wip

This commit is contained in:
Adam Bradley
2015-12-23 23:11:40 -06:00
parent 819d1a2b05
commit c136d2143a
29 changed files with 376 additions and 1013 deletions

View File

@ -1,6 +1,5 @@
import {Injectable, Type} from 'angular2/core';
import {OverlayController} from '../overlay/overlay-controller';
import {Config} from '../../config/config';
import {Animation} from '../../animations/animation';
import {extend} from '../../util';
@ -42,8 +41,8 @@ import {extend} from '../../util';
@Injectable()
export class Modal {
constructor(ctrl: OverlayController, config: Config) {
this.ctrl = ctrl;
constructor(config: Config) {
//this.ctrl = ctrl;
this.config = config;
}