This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function writeTheRest(writesFuture) {
46
46
var manifest = 'manifest="/build/docs/appcache.manifest"' ;
47
47
48
48
writesFuture . push ( writer . copy ( 'docs/src/templates/index.html' , 'build/docs/index.html' ,
49
- writer . replace , { 'doc:manifest' : manifest } ) ) ;
49
+ writer . replace , { 'doc:manifest' : '' } ) ) ; //manifest //TODO(i): enable
50
50
51
51
writesFuture . push ( writer . copy ( 'docs/src/templates/index.html' , 'build/docs/index-nocache.html' ,
52
52
writer . replace , { 'doc:manifest' : '' } ) ) ;
Original file line number Diff line number Diff line change @@ -131,8 +131,10 @@ <h2>Discussion</h2>
131
131
ng:href ="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}} "
132
132
ng:bind-template ="v{{version}} ">
133
133
</ a >
134
+ <!-- TODO(i): enable
134
135
<a ng:hide="offlineEnabled" ng:click ="subpage = true">(enable offline support)</a>
135
136
<span ng:show="offlineEnabled">(offline support enabled)</span>
137
+ -->
136
138
< span id ="copyright "> © 2010-2012 AngularJS</ span >
137
139
</ div >
138
140
</ div >
You can’t perform that action at this time.
0 commit comments