We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2663858 commit 4d10a1dCopy full SHA for 4d10a1d
test/core_dom/web_platform_spec.dart
@@ -1,10 +1,14 @@
1
library angular.dom.platform_spec;
2
3
import '../_specs.dart';
4
+import 'package:browser_detect/browser_detect.dart';
5
6
import 'dart:js' as js;
7
8
main() {
9
+ // TODO(vicb) WebPlatform does not work with polyfills
10
+ // see https://github.com/angular/angular.dart/issues/1300
11
+ if (browser.isIe) return;
12
describe('WebPlatform', () {
13
14
beforeEachModule((Module module) {
0 commit comments