Skip to content

Commit

Permalink
Fixed a bug with videos list loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Plastiquewind committed Jan 16, 2018
1 parent 870f81d commit bab0ba4
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app.bc1ccaa5cc93a41e4d94.js → app.a344f66695cf6ad85514.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app.a344f66695cf6ad85514.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion app.bc1ccaa5cc93a41e4d94.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<span>Загрузка...</span>
</div>
<script src="https://apis.google.com/js/api.js"></script>
<script type="text/javascript" src="/vendor.bc1ccaa5cc93a41e4d94.js"></script><script type="text/javascript" src="/app.bc1ccaa5cc93a41e4d94.js"></script></body>
<script type="text/javascript" src="/vendor.a344f66695cf6ad85514.js"></script><script type="text/javascript" src="/app.a344f66695cf6ad85514.js"></script></body>

</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "youlikeapp",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Plastiquewind/youlike.git"
"url": "https://github.com/youlikeapp/youlikeapp.github.io"
},
"scripts": {
"build": "rimraf dist && webpack --bail --progress --profile --NODE_ENV=production",
Expand Down
1 change: 1 addition & 0 deletions src/app/components/main/main.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class MainController implements ng.IComponentController {

public loadList(): void {
this.videosList = localStorage.videosList;
this.videosListIsEmpty = false;
}

private onListFocus(): void {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit bab0ba4

Please sign in to comment.