Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
upgrade to rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed May 1, 2012
1 parent 38b6852 commit a5c9f77
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions css/bootstrap.css
Expand Up @@ -1395,7 +1395,7 @@ table .span24 {
height: 14px;
line-height: 14px;
vertical-align: text-top;
background-image: url("../../angular.js/docs/img/glyphicons-halflings.png");
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
*margin-right: .3em;
Expand All @@ -1405,7 +1405,7 @@ table .span24 {
*margin-left: 0;
}
.icon-white {
background-image: url("../../angular.js/docs/img/glyphicons-halflings-white.png");
background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
background-position: 0 0;
Expand Down
38 changes: 19 additions & 19 deletions index.html
Expand Up @@ -52,13 +52,13 @@
});
$script('google-code-prettify/prettify.min.js', bootstrap);
$script('js/homepage.js', bootstrap);
$script('http://code.angularjs.org/angular-1.0.0rc6.js', bootstrap);
$script('http://code.angularjs.org/angular-resource-1.0.0rc6.js', bootstrap);
$script('http://code.angularjs.org/1.0.0rc6/i18n-1.0.0rc6/angular-locale_sk.js', function() {
$script('http://code.angularjs.org/angular-1.0.0rc7.js', bootstrap);
$script('http://code.angularjs.org/angular-resource-1.0.0rc7.js', bootstrap);
$script('http://code.angularjs.org/1.0.0rc7/i18n-1.0.0rc7/angular-locale_sk.js', function() {
angular.module('ngLocal.sk', [])._invokeQueue.push(angular.module('ngLocale')._invokeQueue[0]);
bootstrap();
});
$script('http://code.angularjs.org/1.0.0rc6/i18n-1.0.0rc6/angular-locale_en-us.js', function() {
$script('http://code.angularjs.org/1.0.0rc7/i18n-1.0.0rc7/angular-locale_en-us.js', function() {
angular.module('ngLocal.us', [])._invokeQueue.push(angular.module('ngLocale')._invokeQueue[0]);
bootstrap();
});
Expand All @@ -83,7 +83,7 @@
</script>
<script>
/*
AngularJS v1.0.0rc6
AngularJS v1.0.0rc7
(c) 2010-2012 AngularJS http://angularjs.org
License: MIT
*/
Expand Down Expand Up @@ -113,10 +113,10 @@
<ul class="dropdown-menu">
<li class="disabled"><a href="">Why AngularJS?</a></li>
<li><a href="http://www.youtube.com/user/angularjs">Watch</a></li>
<li><a href="http://docs-next.angularjs.org/tutorial">Tutorial</a></li>
<li><a href="http://docs.angularjs.org/tutorial">Tutorial</a></li>
<li><a href="https://github.com/angular/angular.js/wiki/Projects-using-AngularJS">Case Studies</a></li>
<li><a href="https://github.com/angular/angular-seed">Seed App project template</a></li>
<li><a href="http://docs-next.angularjs.org/misc/faq">FAQ</a></li>
<li><a href="http://docs.angularjs.org/misc/faq">FAQ</a></li>
</ul>
</li>
<li class="divider-vertical"></li>
Expand All @@ -125,10 +125,10 @@
<i class="icon-book icon-white"></i> Develop <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="http://docs-next.angularjs.org/tutorial">Tutorial</a></li>
<li><a href="http://docs-next.angularjs.org/guide/">Developer Guide</a></li>
<li><a href="http://docs-next.angularjs.org/api/">API Reference</a></li>
<li><a href="http://docs-next.angularjs.org/misc/contribute">Contribute</a></li>
<li><a href="http://docs.angularjs.org/tutorial">Tutorial</a></li>
<li><a href="http://docs.angularjs.org/guide/">Developer Guide</a></li>
<li><a href="http://docs.angularjs.org/api/">API Reference</a></li>
<li><a href="http://docs.angularjs.org/misc/contribute">Contribute</a></li>
<li><a href="http://code.angularjs.org/">Download</a></li>
</ul>
</li>
Expand Down Expand Up @@ -163,7 +163,7 @@

<div class="row" style="padding-top: 80px;">
<div class="span12">
<div class="hero-unit">
<div class="hero-unit" style="height: 350px;">
<div class="center">
<img class="AngularJS-large" src="img/AngularJS-large.png">
</div>
Expand All @@ -178,12 +178,12 @@ <h1>HTML enhanced for web apps!</h1>
<div class="dropdown" style="display: inline-block;">
<a class="btn btn-large dropdown-toggle btn-primary" data-toggle="dropdown" href="">
<i class="icon-download"></i>
Download<span class="version"> (<span ng-bind="version.full">1.0.0rc6</span>) </span>
Download<span class="version"> (<span ng-bind="version.full">1.0.0rc7</span>) </span>
<span class="caret"></span>
</a>
<ul class='dropdown-menu'>
<li><a href="http://code.angularjs.org/1.0.0rc6/">Latest (<span ng-bind="version.full">1.0.0rc6</span>)</a></li>
<li><a href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#v1.0.0rc6">Changelog</a></li>
<li><a href="http://code.angularjs.org/1.0.0rc7/">Latest (<span ng-bind="version.full">1.0.0rc7</span>)</a></li>
<li><a href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#v1.0.0rc7">Changelog</a></li>
<li class="divider"></li>
<li><a href="http://code.angularjs.org/">Older</a></li>
<li class="divider"></li>
Expand Down Expand Up @@ -453,7 +453,7 @@ <h1>Hello {{yourName}}!</h1>
<script type="text/ng-template" id="hello.annotation">
{ "hello.html":
{ "ng-app": "Tells AngularJS to be active in this portion of the page. In this case the entire document."
, "angular-1.0.0rc6.min.js": "Load AngularJS."
, "angular-1.0.0rc7.min.js": "Load AngularJS."
, "ng-model": "This links the form and the model. This means that any changes to the control update the data in your model, and when you change the model it updates the control. Try it! Type in the control and see it update below."
, "{{yourName}}": "The <code>{{ }}</code> are a declarative way of specifying data binding locations in the HTML. AngularJS will automatically update this text whenever the <code>yourName</code> property changes."
}
Expand Down Expand Up @@ -517,7 +517,7 @@ <h2>Todo</h2>
<script type="text/ng-template" id="todo.annotation">
{ "todo.html":
{ "ng-app": "Tells AngularJS to be active in this portion of the page. In this case the entire document."
, "angular-1.0.0rc6.min.js": "Load AngularJS."
, "angular-1.0.0rc7.min.js": "Load AngularJS."
, "todo.js": "Your behavior lives in JavaScript controllers."
, "ng-controller": "The behavior of content under this element will be managed using the <code>TodoCtrl</code> class defined in <code>todo.js</code>."
, "{{remaining()}}": "The <code>{{ }}</code> are a declarative way of specifying data binding locations in the HTML. AngularJS will automatically update this text whenever the <code>remaining()</code> function return value changes."
Expand Down Expand Up @@ -686,8 +686,8 @@ <h2>JavaScript Projects</h2>
{ "project.html":
{ "ng-app": "Tells AngularJS to be active in this portion of the page. In this case the entire document."
, "project": "The <code>ng-app</code> activates the <code>project</code> module for this page region. This lets you have modules that run in different parts of the page."
, "angular-1.0.0rc6.min.js": "Load AngularJS."
, "angular-resource-1.0.0rc6.min.js": "Load AngularJS resource module."
, "angular-1.0.0rc7.min.js": "Load AngularJS."
, "angular-resource-1.0.0rc7.min.js": "Load AngularJS resource module."
, "project.js": "The <code>project.js</code> file contains the controllers which specify your application’s behavior."
, "mongolab.js": "An AngularJS module definition to connect this application to <code>http://mongolab.com</code> for its data storage."
, "ng-view": "We’re marking this <code>&lt;div&gt;</code> as the place we’ll load partial pages or “views”. The surrounding page will stay static while we load changing UI into this section. In this case, we’ll be switching between a list of “projects” and the form to add new or edit existing “projects”."
Expand Down

0 comments on commit a5c9f77

Please sign in to comment.