From 05f8a92e9f90f58a637501b38de7b4c8b6b60619 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 6 Apr 2012 21:46:12 -0400 Subject: fixed the input form and code cleanups --- alias-angular/app/js/controllers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alias-angular/app/js/controllers.js') diff --git a/alias-angular/app/js/controllers.js b/alias-angular/app/js/controllers.js index b6b2210..0548675 100644 --- a/alias-angular/app/js/controllers.js +++ b/alias-angular/app/js/controllers.js @@ -4,7 +4,6 @@ function ConnectCtl($scope, StropheSrv, $log, $rootScope) { $scope.username = ''; $scope.password = ''; - $scope.connected = false; function connect_callback(status){ if ( status == Strophe.Status.CONNECTING ) { $log.log('Strophe is connecting.'); @@ -44,4 +43,4 @@ function RosterCtl($scope, StropheSrv, $log) { }; } -RosterCtl.$inject = ['$scope','StropheSrv','$log']; +RosterCtl.$inject = ['$scope','StropheSrv','$log']; \ No newline at end of file -- cgit v1.2.3-70-g09d2