20 lines
293 B
HTML
20 lines
293 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Template Driven Forms</title>
|
|
<style>
|
|
.ng-touched.ng-invalid {
|
|
border-color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<template-driven-forms>
|
|
Loading...
|
|
</template-driven-forms>
|
|
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|