socialforge/public/javascripts/wechat/controllers/login_tip..js

7 lines
275 B
JavaScript

app.controller('LoginTipController', ['$scope', '$http', '$location', 'alertService','$location',
function ($scope, $http, $location, alertService, $location) {
$scope.bindWx = function(){
$location.path("/login").search({tag:1});
};
}]);