UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

12 lines (9 loc) 281 B
$scope.logInSuccessfully = function(loginStatus) { console.log('Did it', loginStatus); } $scope.logInError = function(error) { console.log('Failed', error) } $scope.login = function() { facebookConnectPlugin.login(['email'], $scope.logInSuccessfully, $scope.logInError); }