UNPKG

npm-gui

Version:

Graphic User Interface for NPM packages/tasks for front and back -end users.

14 lines (10 loc) 246 B
(function() { 'use strict'; angular .module('npm-gui') .controller('NavigationController', NavigationController); function NavigationController() { var vm = this; vm.theme = 'sandstone'; } })();