This commit is contained in:
Mo Bitar
2016-12-26 11:56:08 -06:00
parent b4fb7395cb
commit 36d90804d0
4 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
angular.module('app.frontend')
.controller('HomeCtrl', function ($scope, $rootScope, $timeout, apiController, modelManager) {
$rootScope.bodyClass = "app-body-class";
$rootScope.title = "Notes — Neeto, a secure code box for developers";
$rootScope.description = "A secure code box for developers to store common commands and useful notes.";
var onUserSet = function() {
apiController.setUser($scope.defaultUser);

View File

@@ -51,6 +51,7 @@
}
.save-status {
width: 20% !important;
float: right;
font-size: 12px;
text-transform: none;

View File

@@ -855,8 +855,6 @@ angular.module('app.frontend').controller('BaseCtrl', BaseCtrl);
});
;angular.module('app.frontend').controller('HomeCtrl', function ($scope, $rootScope, $timeout, apiController, modelManager) {
$rootScope.bodyClass = "app-body-class";
$rootScope.title = "Notes — Neeto, a secure code box for developers";
$rootScope.description = "A secure code box for developers to store common commands and useful notes.";
var onUserSet = function onUserSet() {
apiController.setUser($scope.defaultUser);

File diff suppressed because one or more lines are too long