Skip to content

Commit a05ebc5

Browse files
committed
Remove obsolete code
1 parent fc79624 commit a05ebc5

File tree

5 files changed

+2
-115
lines changed

5 files changed

+2
-115
lines changed

css/prettify.css

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

img/GoogleSummer_2014logo.jpg

-462 KB
Binary file not shown.
-4.78 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
<!DOCTYPE html>
2-
<html lang="en" ng-app="demoApp" id="top">
2+
<html lang="en" id="top">
33
<head>
44
<title>AngularUI for AngularJS</title>
55

6-
<script src="lib/bootstrap/docs/assets/js/bootstrap.min.js"></script>
7-
<script src="//code.angularjs.org/1.0.4/angular.js"></script>
8-
<script src="js/prettify.js"></script>
9-
<script src="js/app.js"></script>
10-
116
<link rel="stylesheet" href="lib/bootstrap/docs/assets/css/bootstrap.css" >
12-
<link rel="stylesheet" href="css/prettify.css" >
137
<link rel="stylesheet" href="css/app.css" >
148
</head>
15-
<body data-spy="scroll" ng-controller="MainCtrl">
9+
<body>
1610
<header class="navbar navbar-fixed-top">
1711
<div class="navbar-inner">
1812
<div class="container">
@@ -63,11 +57,6 @@
6357
IDE Plugins
6458
</a>
6559
</li>
66-
<li>
67-
<a href="https://github.com/angular-ui/angular-ui.github.com/wiki/GSoC-Ideas-List">
68-
GSoC
69-
</a>
70-
</li>
7160
</ul>
7261
</div>
7362
</div>
@@ -108,19 +97,6 @@ <h1>
10897
</header>
10998

11099
<div class="container">
111-
<!-- GOOGLE SUMMER OF CODE BANNER -->
112-
<section class="row-fluid" style="display:none">
113-
<div class="span12 well lead clearfix">
114-
<div class="pull-left">
115-
<a href="https://github.com/angular-ui/angular-ui.github.com/wiki/GSoC-Ideas-List"><img src="/img/GoogleSummer_2014logo_small.jpg"></a>
116-
</div>
117-
<div class="pull-right span9">
118-
<strong>AngularUI</strong> is applying to be a mentoring organization for <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2014">Google Summer of Code 2014</a>! Please check out and add to our <a href="https://github.com/angular-ui/angular-ui.github.com/wiki/GSoC-Ideas-List">ideas list</a> <small>(direct edits and PRs welcome)</small>.
119-
</div>
120-
</div>
121-
</section>
122-
<!--/ GOOGLE SUMMER OF CODE BANNER -->
123-
124100
<section>
125101
<h1 class="page-header">
126102
UI-Utils
@@ -246,15 +222,6 @@ <h1 class="page-header" id="ide-plugins">
246222
</ul>
247223
</div>
248224
</section>
249-
250-
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
251-
<li><a href="https://github.com/angular-ui/"><strong>Related Projects:</strong></a></li>
252-
<li class="divider"></li>
253-
<li><a href="http://angular-ui.github.io/bootstrap/">Bootstrap</a></li>
254-
<li><a href="http://angular-ui.github.io/ng-grid/">Grid</a></li>
255-
<li><a href="https://github.com/angular-ui/AngularJs.tmbundle">AngularJS.tmbundle</a></li>
256-
<li><a href="http://angular-ui.github.io/ui-router/sample">Router</a></li>
257-
</ul>
258225
</div>
259226
</div>
260227
<script type="text/javascript">
@@ -270,27 +237,5 @@ <h1 class="page-header" id="ide-plugins">
270237
})();
271238

272239
</script>
273-
<div class="modal-backdrop fade" ng-class="{in:buildModalShown}"></div>
274-
<div class="modal fade hide" ng-class="{in:buildModalShown}">
275-
<div class="modal-header"><h2>Create a Custom Build</h2></div>
276-
<div class="modal-body">
277-
<div ng-show="buildErrorText">
278-
<h3 style="text-align: center;">{{buildErrorText}}</h3>
279-
</div>
280-
<div ng-hide="buildErrorText">
281-
<h3 style="text-align: center;">Select the modules you wish to download:</h3>
282-
<select style="width: 100%;" ui-select2 multiple
283-
ui-options="{multiple: true}"
284-
ng-model="selectedModules">
285-
<option ng-repeat="m in modules" value="{{m}}">{{m | inflector:'humanize'}}</option>
286-
</select>
287-
</div>
288-
</div>
289-
<div class="modal-footer">
290-
<a class="btn pull-left" ng-click="selectedModules=['event','if','jq','keypress','showhide','validate']">Recommended Modules</a>
291-
<a class="btn btn-primary" ng-disabled="!selectedModules.length" ng-click="selectedModules.length && downloadBuild()"><i class="icon-download-alt icon-white"></i> Download {{selectedModules.length}} Modules</a>
292-
<a class="btn" ng-click="buildModalShown = false">Cancel</a>
293-
</div>
294-
</div>
295240
</body>
296241
</html>

js/prettify.js

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

0 commit comments

Comments
 (0)