Skip to content

Commit 2a8a29a

Browse files
vgulaevgkalpak
authored andcommitted
docs(guide/templates): add missing closing <script> tag
Closes angular#15961
1 parent d21acaf commit 2a8a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/templates.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ curly-brace {@link expression expression} bindings:
3030
string expression 'buttonText'
3131
wrapped in "{{ }}" markup -->
3232
<button ng-click="changeFoo()">{{buttonText}}</button>
33-
<script src="angular.js">
33+
<script src="angular.js"></script>
3434
</body>
3535
</html>
3636
```

0 commit comments

Comments
 (0)