UNPKG

scriptremote

Version:

Message server providing secure remote access to scripted applications from a browser UI

11 lines (5 loc) 168 B
'use strict'; angular.module('footerMod') .controller('footerCtrl', ['$scope', '$window', function($scope, $window) { $scope.version = $window.appVersion; }]);