| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 2 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 3 for details. All rights reserved. Use of this source code is governed by a | 3 for details. All rights reserved. Use of this source code is governed by a |
| 4 BSD-style license that can be found in the LICENSE file. | 4 BSD-style license that can be found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <div> | 6 <div my-controller> |
| 7 <input type="text" ng-model="cmp.text" value="{{cmp.text}}"><br> | 7 <div>Title: {{ctrl.bookMap[ctrl.bookId].title}}</div> |
| 8 <p>{{cmp.text.length}}</p> | 8 <div>Description: {{ctrl.bookMap[ctrl.bookId].description}}</div> |
| 9 </div> | 9 </div> |
| OLD | NEW |