Desktop markdown wiki app. Built with node, Electron Framework and AngularJS.

sidebar-ctrl.js 331B

    /** * @ngdoc function * @name domainManagerApp.controller:AboutCtrl * @description * # AboutCtrl * Controller of the domainManagerApp */ angular.module('codexApp.sidebar', []) .controller('SidebarCtrl',['$scope', '$rootScope', '$state', function ($scope, $rootScope, $state) { console.log('Sidebar loaded') }]);