diff options
| author | miknsh5 | 2013-12-03 23:21:00 -0800 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2013-12-09 20:52:00 +0000 | 
| commit | f8c6ee3df53754cc86b19b357ab37952c0f27c71 (patch) | |
| tree | 590cd76775a671d048f93d8bb01c99594e550f32 | |
| parent | fe84f7bef8b7c63158cf1699f3a62793b555fce8 (diff) | |
| download | angular.js-f8c6ee3df53754cc86b19b357ab37952c0f27c71.tar.bz2 | |
docs(input): remove redundant closing span tag
Closes #5257
| -rw-r--r-- | src/ng/directive/input.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 9ff50364..fdbefe2f 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1432,7 +1432,6 @@ var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/;                       id="{{name}}"                       name="favorite">              </label> -          </span>            <div>You chose {{my.favorite}}</div>          </form>        </doc:source> | 
