Skip to content

Commit

Permalink
other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gisler committed Apr 20, 2016
1 parent 1b0cef6 commit fed229e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
</head>
<body>
<div class="wrapper">
<awesome-search/>
<ng-view></ng-view>
</div>




<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

<!-- Default JS (DO NOT TOUCH) -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img ng-src="{{result.foto}}" title="{{result.title}} as {{result.character}}" width="65" height="97" ng-if="result.foto" />
<span class="badge">{{result.media_type}}</span>
<span>
<a href="" style="font-size:8pt">{{result.formatName}}</a>
<a href="/#/movie/{{result.id}}" style="font-size:8pt">{{result.formatName}}</a>
</span>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/main/tmdb/partials/home/home.html
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<popular-movies ng-model="view.movies.results" />
<!--
<popular-movies ng-model="view.movies.results" />
-->

<awesome-search/>

0 comments on commit fed229e

Please sign in to comment.