[update] Show difference between versions + [update] button

This commit is contained in:
brunosimon
2016-08-15 23:28:15 +02:00
parent 2a54fe708d
commit 5ac57d4c4f
10 changed files with 103 additions and 3 deletions
@@ -29,6 +29,18 @@ application.controller(
$scope.always_last_version = !$scope.always_last_version;
};
$scope.mark_all_as_read = function()
{
// Each file
for( var _file_key in project.files )
{
var _file = project.files[ _file_key ];
_file.notif = 0
_file.new = false
}
};
$scope.folder_click = function( folder )
{
// console.log('folder click');