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

Commit 5b15d15

Browse files
committed
Fixed a missed annotation for input[ng-model]
1 parent 6381f72 commit 5b15d15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/directives/ng_model.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ class NgModel {
3838
* The UI portion of the ng-model directive. This directive registers the UI
3939
* events and provides a rendering function for the ng-model directive.
4040
*/
41+
@NgDirective(selector: 'input[ng-model]')
4142
class InputDirective {
42-
static String $selector = 'input[ng-model]';
43-
4443
dom.InputElement inputElement;
4544
NgModel ngModel;
4645
Scope scope;

0 commit comments

Comments
 (0)