File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+
2
+ < ion-view title ="{{fileTitle}} ">
1
3
< 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 >
3
5
</ ion-content >
6
+ </ ion-view >
Original file line number Diff line number Diff line change 1
- < ion-view title ="{{currentFileTitle}} ">
1
+ < ion-view title ="List ">
2
2
< ion-content class ="has-header ">
3
3
< ion-list >
4
4
< ion-item ng-repeat ="file in files " href ="#/app/file/{{file.id}} ">
Original file line number Diff line number Diff line change 1
- < ion-view title ="Playlist ">
1
+ < ion-view title ="{{fileTitle}} ">
2
2
< ion-content class ="has-header ">
3
- < h1 > {{fileTitle}}</ h1 >
4
3
< div ng-controller ="SNSCtrl ">
5
4
< ion-list >
6
5
< ion-item class ="feed-item " ng-class ="{'enlarged-item':enlargedIndex===$index} " ng-click ="enlargeItem($index) " ng-repeat ="feed in feeds ">
You can’t perform that action at this time.
0 commit comments