Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(directives): remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored and [email protected] committed May 14, 2014
1 parent 0e12949 commit 6102d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/directive/module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ library angular.directive;

import 'package:di/di.dart';
import 'dart:html' as dom;
import 'dart:convert' as convert;
import 'dart:async' as async;
import 'package:intl/intl.dart';
import 'package:angular/core/annotation.dart';
Expand Down

0 comments on commit 6102d8a

Please sign in to comment.