Skip to content

Commit c5a0a9d

Browse files
author
Jake Frautschi
committed
cleanup index.html
1 parent f240cba commit c5a0a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en" ng-app="app">
33
<head>
44
<meta charset="utf-8">
5-
<title ng-bind-template="{{pageTitle}}"></title>
5+
<title>dynamic-script</title>
66
<link rel="stylesheet" href="/css/app.css">
77
<script src="/js/vendor.js"></script>
88
<script src="/js/app.js"></script>
99
<script src="/api/user.js"></script>
1010
</head>
1111
<body ng-controller="AppCtrl">
12-
<div class="container main-content">
12+
<div class="container">
1313
<div ng-hide="user">Loading user...</div>
1414
<div ng-show="user">Hello {{user.name}}</div>
1515
<div class="experience" ng-class="user.experience" ng-show="user.experience == 'deadly'">AARRRGGGHHH!!!</div>

0 commit comments

Comments
 (0)