Skip to content

Commit c68ba3d

Browse files
fix title
1 parent 83532cc commit c68ba3d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

hackfoldr/www/templates/file.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
<ion-view title="{{fileTitle}}">
13
<ion-content scroll="true" overflow-scroll="true" class="has-header padding" >
2-
<iframe ng-src="{{url}}" style="width:100%;height:100%"></iframe>
4+
<iframe ng-src="{{url}}" style="width:100%;height:100%"></iframe>
35
</ion-content>
6+
</ion-view>

hackfoldr/www/templates/files.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ion-view title="{{currentFileTitle}}">
1+
<ion-view title="List">
22
<ion-content class="has-header">
33
<ion-list>
44
<ion-item ng-repeat="file in files" href="#/app/file/{{file.id}}">

hackfoldr/www/templates/livestream.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<ion-view title="Playlist">
1+
<ion-view title="{{fileTitle}}">
22
<ion-content class="has-header">
3-
<h1>{{fileTitle}}</h1>
43
<div ng-controller="SNSCtrl">
54
<ion-list>
65
<ion-item class="feed-item" ng-class="{'enlarged-item':enlargedIndex===$index}" ng-click="enlargeItem($index)" ng-repeat="feed in feeds">

0 commit comments

Comments
 (0)