From ed85ec4d706926b7d30b80bb35cdbd2f4e744e4b Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Wed, 15 Oct 2014 09:18:49 -0700 Subject: [PATCH] docs(input): `ngModel` uses priority 1 --- src/ng/directive/input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 593780ac..89bc3506 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -2234,6 +2234,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$ * @name ngModel * * @element input + * @priority 1 * * @description * The `ngModel` directive binds an `input`,`select`, `textarea` (or custom form control) to a