Skip to content

Commit d5264f5

Browse files
jesselpalmerSebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
docs(core): add closing tag to ngApp directive example
added missing closing tag to ngApp example. Closes angular#6066
1 parent 44b62ff commit d5264f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Angular.js

+1
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
11351135
<file name="index.html">
11361136
<div ng-controller="ngAppDemoController">
11371137
I can add: {{a}} + {{b}} = {{ a+b }}
1138+
</div>
11381139
</file>
11391140
<file name="script.js">
11401141
angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) {

0 commit comments

Comments
 (0)