1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

sync page

This commit is contained in:
Kyle Spearrin
2016-09-21 19:30:08 -04:00
parent 438fbc1888
commit 2b6b75737e
4 changed files with 30 additions and 10 deletions

View File

@@ -1,13 +1,7 @@
angular
.module('bit.settings')
.controller('settingsController', function ($scope, loginService, $state, syncService, SweetAlert, utilsService) {
$scope.sync = function () {
syncService.fullSync(function () {
alert('Sync done!');
});
};
.controller('settingsController', function ($scope, loginService, $state, SweetAlert, utilsService) {
$scope.logOut = function () {
SweetAlert.swal({
title: 'Log Out',