We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883a72a commit ed86004Copy full SHA for ed86004
app/css/app.css
@@ -1 +1,6 @@
1
/* app css stylesheet */
2
+
3
+body {
4
+ padding-top: 20px;
5
+}
6
app/index.html
@@ -2,14 +2,27 @@
<html lang="en" ng-app>
<head>
<meta charset="utf-8">
- <title>My HTML File</title>
+ <title>Google Phone Gallery</title>
<link rel="stylesheet" href="css/app.css">
7
<link rel="stylesheet" href="css/bootstrap.css">
8
<script src="lib/angular/angular.js"></script>
9
</head>
10
<body>
11
12
- <p>Nothing here {{'yet' + '!'}}</p>
+ <ul>
13
+ <li>
14
+ <span>Nexus S</span>
15
+ <p>
16
+ Fast just got faster with Nexus S.
17
+ </p>
18
+ </li>
19
20
+ <span>Motorola XOOM™ with Wi-Fi</span>
21
22
+ The Next, Next Generation tablet.
23
24
25
+ </ul>
26
27
</body>
28
</html>
0 commit comments