Skip to content

Commit f8371e8

Browse files
committed
Remove obsolete things
1 parent c85fe33 commit f8371e8

File tree

6 files changed

+5
-18
lines changed

6 files changed

+5
-18
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
## Setup
1+
## Angular UI homepage
22

3-
To add/update required submodules at any time:
4-
```
5-
git submodule update --init
6-
```
7-
8-
To hack on a submodule from within this project:
9-
```
10-
cd angular-ui
11-
git remote set-url origin git@github.com:[YOUR-FORK]/angular-ui.github.com.git
12-
```
3+
To modify Angular UI homepage, edit index.html and push to GitHub. See the result at: http://angular-ui.github.io/

Under_construction.gif

-114 KB
Binary file not shown.

download.html

Whitespace-only changes.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en" id="top">
33
<head>
44
<title>AngularUI for AngularJS</title>
5-
6-
<link rel="stylesheet" href="lib/bootstrap/docs/assets/css/bootstrap.css" >
5+
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
6+
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.css">
77
<link rel="stylesheet" href="css/app.css" >
8-
<link rel="shortcut icon" href="../logo/UI_Shield.png" >
8+
<link rel="shortcut icon" href="logo/UI_Shield.png" >
99
</head>
1010
<body>
1111
<header class="navbar navbar-fixed-top">

lib/bootstrap

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)