setup sync screen

This commit is contained in:
Brad Rydzewski
2014-07-09 22:24:06 -07:00
parent 9424b55046
commit 491b0e9eee
13 changed files with 92 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
angular.module('app').controller("UserController", function($scope, $http, user, notify) {
$scope.user = user;
$scope.account = user;
// get the user details
$http({method: 'GET', url: '/v1/user'}).