docs(ngTransclude): improve markup consistency

Closes #10298
This commit is contained in:
hartz89
2014-12-02 15:51:31 -05:00
committed by Pawel Kozlowski
parent cc0fbe37d4
commit 015111fd79

View File

@@ -34,7 +34,7 @@
}]);
</script>
<div ng-controller="ExampleController">
<input ng-model="title"><br>
<input ng-model="title"> <br/>
<textarea ng-model="text"></textarea> <br/>
<pane title="{{title}}">{{text}}</pane>
</div>