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

header-ctrl.js 328B

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