From 4a866e7dd162accfa1d7de679552fcbb64ae2289 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Wed, 27 Jan 2016 22:53:35 +0100 Subject: [PATCH] Fix JS and CSS imports. Fix notify. --- accountant/frontend/static/js/app.js | 4 ++-- accountant/frontend/templates/layout.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/accountant/frontend/static/js/app.js b/accountant/frontend/static/js/app.js index cbab7a7..9083a60 100644 --- a/accountant/frontend/static/js/app.js +++ b/accountant/frontend/static/js/app.js @@ -85,8 +85,8 @@ var accountantApp = angular.module("accountantApp", [ }) .controller("MainController", [ - "$scope", "$rootScope", "$http", "authService", "notify", "$storage", - function($scope, $rootScope, $http, authService, notify, $storage) { + "$scope", "$rootScope", "$http", "authService", "$storage", + function($scope, $rootScope, $http, authService, $storage) { $scope.dialogShown = false; $scope.showLoginForm = function(e) { diff --git a/accountant/frontend/templates/layout.html b/accountant/frontend/templates/layout.html index 6d6fc99..665587e 100644 --- a/accountant/frontend/templates/layout.html +++ b/accountant/frontend/templates/layout.html @@ -64,9 +64,9 @@ - - - + + +