[Fix]: Missspelling
This commit is contained in:
parent
28e0b2c9d4
commit
aca0ce5361
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns:th="http://www.thymeleaf.org">
|
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.thymeleaf.org ">
|
||||||
<head th:replace="fragments/skeleton :: head">
|
<head th:replace="fragments/skeleton :: head">
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<td>Count</td>
|
<td>Count</td>
|
||||||
<td>{{list.length}}</td>
|
<td>{{list.length}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</div>
|
</table>
|
||||||
<table class="ui table list" ng-if="list.length > 0">
|
<table class="ui table list" ng-if="list.length > 0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Reference in New Issue