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

Commit 686b13b

Browse files
jesselpalmercaitp
authored andcommitted
docs(core): add closing tag to ngApp directive example
added missing closing tag to ngApp example. Closes #6066
1 parent 56cc7bc commit 686b13b

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
@@ -1132,6 +1132,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
11321132
<file name="index.html">
11331133
<div ng-controller="ngAppDemoController">
11341134
I can add: {{a}} + {{b}} = {{ a+b }}
1135+
</div>
11351136
</file>
11361137
<file name="script.js">
11371138
angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) {

0 commit comments

Comments
 (0)