bakkujp
bakkujp
My code: $scope.login = function() { ....... xdLocalStorage.setItem('authUser', angular.toJson(authUser), function(data) { console.log(data.success); if (data.success) { console.log('Your data has been successfully stored.'); $location.path('/home'); } else { console.log('Ops, could not store your...
I'm interesting about the skinny ORM however I am being curious in implementing a sample join n-n which nested relationships and includes paginate. Could you help me make a simple...