UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

16 lines (11 loc) 329 B
/* global angular */ (function () { 'use strict'; var thisModule = angular.module('appLandingComponents.LandingToolbar', []); thisModule.controller('LandingToolbarController', function($scope) { $scope.lnLocal= ['En', 'Ru']; $scope.ln = 'En'; } ); })();