Advertisement
desdemona

cototojajuznie

Dec 18th, 2014
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html np-app="taskManager">
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <title>RAI angular tasks</title>
  6.         <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  7.         <meta name="viewport" content="width=device-width" />
  8.         <link rel="stylesheet" type="text/css" href="~/Content/bootstrap.min.css" />
  9.         <style>
  10.             .ng-invalid.ng-dirty {
  11.                 border-color: #FA787E;
  12.             }
  13.  
  14.             .ng-valid.ng-dirty {
  15.                 border-color: #78FA89;
  16.             }
  17.         </style>
  18.  
  19.     </head>
  20.     <body>
  21.                 @RenderBody()
  22.         <script type="text/javascript" src="~/Scripts/angular.js"></script>
  23.         <script type="text/javascript" src="~/Scripts/app.js"></script>
  24.     </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement