diff options
| author | DiPeng | 2011-06-30 20:24:17 -0700 | 
|---|---|---|
| committer | DiPeng | 2011-06-30 20:24:17 -0700 | 
| commit | f606ffed4bc02737f57bec18db0875102dde0ea8 (patch) | |
| tree | 065468baf10f1d2806e8e8c07ce420b0c1ce0e73 /src/markups.js | |
| parent | b49035a8c50f695d6de436213d0a0c8eeb8cd7f8 (diff) | |
| download | angular.js-f606ffed4bc02737f57bec18db0875102dde0ea8.tar.bz2 | |
doc:markup: wrong spelling for Vojta, all DI's fault.
Diffstat (limited to 'src/markups.js')
| -rw-r--r-- | src/markups.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/markups.js b/src/markups.js index 09481187..329c8263 100644 --- a/src/markups.js +++ b/src/markups.js @@ -319,7 +319,7 @@ angularTextMarkup('option', function(text, textNode, parentElement){           <select id="select" ng:multiple="{{checked}}">             <option>Misko</option>             <option>Igor</option> -           <option>Vojita</option> +           <option>Vojta</option>             <option>Di</option>           </select>         </doc:source> | 
