feat(angular1): Support Angular 1

This commit is contained in:
Max Lynch
2016-06-09 11:24:38 -05:00
parent aec95709bc
commit af8fbde892
3 changed files with 23 additions and 20 deletions
-2
View File
@@ -1,7 +1,5 @@
import {get} from '../util';
import {publishAngular1Service} from '../ng1';
declare var window;
declare var Promise;
declare var $q;