correct simple exapmle to contenteditable (no camel case)

fix-space-nbsp
Dmitri Akatov 11 years ago
parent 23a0204494
commit df3ce68fbf

@ -19,7 +19,7 @@ angular.bootstrap(document, ['simple'])
<body> <body>
<div ng-controller="Ctrl"> <div ng-controller="Ctrl">
<label>Contenteditable (View):</label> <label>Contenteditable (View):</label>
<div id="input" contentEditable ng-model="model"> <div id="input" contenteditable ng-model="model">
</div> </div>
<hr> <hr>
<div> <div>