From e58aaf7c4e42f8c9d65710fa9945111bd9efd14b Mon Sep 17 00:00:00 2001 From: ReneFerwerda Date: Thu, 10 Dec 2015 16:18:42 +0100 Subject: [PATCH] docs(select): describe your change... fixed typo in comments. --- src/ng/directive/select.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index b5105589c122..0e0e199d43b9 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -154,7 +154,7 @@ var SelectController = * * The `select` directive is used together with {@link ngModel `ngModel`} to provide data-binding * between the scope and the `` menu is selected, the value of the selected option will be bound