bioweb  0.09.92
C++/Python(django)/JavaScript(angularJS) framework
Functions | Variables
controllers.js File Reference

AngularJS controllers. More...

Go to the source code of this file.

Functions

angular module ('myAppControllers', []).controller('settingsController'
 
 controller ('versionController', ['$scope', 'srvInfo', function($scope, srvInfo){srvInfo.getVersion(function(data){$scope.server_ver=data;});srvInfo.getCppNumber(function(data){$scope.cpp_get=data;});$scope.client_ver=client_ver_major.toString()+ '.'+client_ver_minor.toString()+ '.'+client_ver_compilation.toString();}]).controller('commandController'
 

Variables

angular $scope changeLanguage
 

Detailed Description

AngularJS controllers.

Definition in file controllers.js.

Variable Documentation

angular $scope changeLanguage
Initial value:
= function (lang) {
$translate.use(lang);
}

Definition at line 10 of file controllers.js.