mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix variable position
This commit is contained in:
parent
0a5e992040
commit
f32d2ae368
1 changed files with 1 additions and 2 deletions
|
|
@ -17,9 +17,8 @@
|
|||
angular.module('zeppelinWebApp').controller('LoginCtrl', LoginCtrl);
|
||||
|
||||
LoginCtrl.$inject = ['$scope', '$rootScope', '$http', '$httpParamSerializer', 'baseUrlSrv'];
|
||||
$scope.SigningIn = false;
|
||||
|
||||
function LoginCtrl($scope, $rootScope, $http, $httpParamSerializer, baseUrlSrv) {
|
||||
$scope.SigningIn = false;
|
||||
$scope.loginParams = {};
|
||||
$scope.login = function() {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue