Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 015111f

Browse files
hartz89pkozlowski-opensource
authored andcommitted
docs(ngTransclude): improve markup consistency
Closes #10298
1 parent cc0fbe3 commit 015111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngTransclude.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}]);
3535
</script>
3636
<div ng-controller="ExampleController">
37-
<input ng-model="title"><br>
37+
<input ng-model="title"> <br/>
3838
<textarea ng-model="text"></textarea> <br/>
3939
<pane title="{{title}}">{{text}}</pane>
4040
</div>

0 commit comments

Comments
 (0)