4141 < div class ="col s3 sidebar teal lighten-1 ">
4242 < ul class ="collection ">
4343 < li class ="collection-item "
44- ng-repeat ="item in feeds.items "
45- ng-click ="showPost(item) "
46- style ="cursor: pointer "
47- ng-class ="{active: item.title == feed.title} "
44+ ng-repeat ="item in feeds.items "
45+ ng-click ="showPost(item) "
46+ style ="cursor: pointer "
47+ ng-class ="{active: item.title == feed.title} "
4848 >
49- < span ng-bind-html ="html(item.title) "> </ span >
50- < div class ="secondary-content ">
51- < i class ="material-icons tiny yellow-text " ng-if ="containsAnyTag(item) "> grade</ i >
52- </ div >
53- </ li >
54- </ ul >
49+ < span ng-bind-html ="html(item.title) "> </ span >
50+ < div class ="secondary-content ">
51+ < i class ="material-icons tiny yellow-text " ng-if ="containsAnyTag(item) "> grade</ i >
52+ </ div >
53+ </ li >
54+ </ ul >
55+ </ div >
56+ < div class ="col s9 push-s3 ">
57+ < div class ="progress " ng-show ="loading ">
58+ < div class ="indeterminate "> </ div >
5559 </ div >
56- < div class ="col s9 push-s3 ">
57- < div class ="progress " ng-show ="loading ">
58- < div class ="indeterminate "> </ div >
59- </ div >
60- < div ng-hide ="loading ">
61- < header >
62- < h3 >
63- < a class ="black-text " ng-href ="{{ feed.link }} " target ="_blank " ng-bind-html ="html(feed.title) "> </ a >
64- </ h3 >
65- </ header >
66- < section class ='box '>
67- < div ng-bind-html ="html(feed.content) "> </ div >
68- < div >
69- < a ng-repeat ="category in feed.categories "
70- ng-bind ="category "
71- class ="chip "
72- href
73- ng-click ="toggleTag(category) "
74- ng-class ="{'teal white-text': tags.indexOf(category) != -1} "> </ a >
75- </ div >
76- </ section >
60+ < div ng-hide ="loading ">
61+ < header >
62+ < h3 >
63+ < a class ="black-text " ng-href ="{{ feed.link }} " target ="_blank " ng-bind-html ="html(feed.title) "> </ a >
64+ </ h3 >
65+ </ header >
66+ < section class ='box '>
67+ < div ng-bind-html ="html(feed.content) "> </ div >
68+ < div >
69+ < a ng-repeat ="category in feed.categories "
70+ ng-bind ="category "
71+ class ="chip "
72+ href
73+ ng-click ="toggleTag(category) "
74+ ng-class ="{'teal white-text': tags.indexOf(category) != -1} "> </ a >
75+ </ div >
76+ </ section >
7777 </ div >
78+ <!-- Modal Trigger -->
79+ </ div >
80+ </ section >
7881
79- <!-- Modal Trigger -->
80-
81- </ div >
82- </ section >
83-
84- < div id ="tags-modal " class ="modal bottom-sheet ">
85- < div class ="modal-content ">
86- < h4 > Tags Selecionadas</ h4 >
87- < div >
88- < a ng-repeat ="tag in tags.sort() " class ="chip teal white-text " ng-click ="toggleTag(tag) " href >
89- < span ng-bind ="tag "> </ span >
90- < i class ="close material-icons "> close</ i >
91- </ a >
92- </ div >
82+ < div id ="tags-modal " class ="modal bottom-sheet ">
83+ < div class ="modal-content ">
84+ < h4 > Tags Selecionadas</ h4 >
85+ < div >
86+ < a ng-repeat ="tag in tags.sort() " class ="chip teal white-text " ng-click ="toggleTag(tag) " href >
87+ < span ng-bind ="tag "> </ span >
88+ < i class ="close material-icons "> close</ i >
89+ </ a >
9390 </ div >
9491 </ div >
95- </ main >
92+ </ div >
93+ </ main >
9694</ body >
9795</ html >
0 commit comments