Fragment中的Google登录集成不起作用.enableAutoManage(this,this)

时间:2017-01-02 09:34:18

标签: android android-fragments google-play-services google-login

您好我正在整合谷歌登录片段我正在关注这个

http://www.androidhive.info/2014/02/android-login-with-google-plus-account-1/

,现在问题是那个

(function(angular){
  var module = angular.module("sampleApp",[])
   .controller("myController", ["$scope", function($scope){
    $scope.child = ['A', 'B' , 'C', 'D'];
    $scope.tempchild = [];
    $scope.add = function(item) {
      $scope.tempchild.push(item);
   };
 }]);
})(window.angular);

这里我无法访问.enableAutoManage(这个,这个).. 我应该添加什么(这个,这个)

0 个答案:

没有答案