Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lib/directives/ng_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ class NgModel {
* The UI portion of the ng-model directive. This directive registers the UI
* events and provides a rendering function for the ng-model directive.
*/
@NgDirective(selector: 'input[ng-model]')
class InputDirective {
static String $selector = 'input[ng-model]';

dom.InputElement inputElement;
NgModel ngModel;
Scope scope;
Expand Down