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

general-prefs-ctrl.js 458B

    /** * @ngdoc function * @name domainManagerApp.controller:AboutCtrl * @description * # AboutCtrl * Controller of the domainManagerApp */ angular.module('codexApp.prefs.general', []) .controller('GeneralPrefsCtrl', ['$scope', '$rootScope', '$state', '$location', 'FileService', 'PrefsService', '$timeout', function ($scope, $rootScope, $state, $location, FileService, PrefsService, $timeout) { console.log("-> Preferences/General"); }]);