mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-30 13:52:35 +08:00
@@ -34,7 +34,7 @@
|
|||||||
}]);
|
}]);
|
||||||
</script>
|
</script>
|
||||||
<div ng-controller="ExampleController">
|
<div ng-controller="ExampleController">
|
||||||
<input ng-model="title"><br>
|
<input ng-model="title"> <br/>
|
||||||
<textarea ng-model="text"></textarea> <br/>
|
<textarea ng-model="text"></textarea> <br/>
|
||||||
<pane title="{{title}}">{{text}}</pane>
|
<pane title="{{title}}">{{text}}</pane>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user