2016-05-02 08:15:10 -07:00

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>