Skip to content
Permalink
Browse files

docs(input): fix typo

Fix a typo on an example from the `input` directive
  • Loading branch information
lgalfaso committed Dec 28, 2014
1 parent e9bf93d commit d224fe817242c02ce24aec147dae4b75781737fa
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/directive/input.js
@@ -514,7 +514,7 @@ var inputType = {
}]);
</script>
<form name="myForm" ng-controller="DateController as dateCtrl">
Pick a month int 2013:
Pick a month in 2013:
<input id="exampleInput" type="month" name="input" ng-model="value"
placeholder="yyyy-MM" min="2013-01" max="2013-12" required />
<span class="error" ng-show="myForm.input.$error.required">

0 comments on commit d224fe8

Please sign in to comment.
You can’t perform that action at this time.