Fix JS and CSS imports. Fix notify.
This commit is contained in:
parent
b70b070d5c
commit
4a866e7dd1
@ -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) {
|
||||
|
@ -64,9 +64,9 @@
|
||||
<script type="text/javascript" src="{{ url_for('bower.static', filename='angular-http-auth/src/http-auth-interceptor.js') }}"></script>
|
||||
<script type="text/javascript" src="{{ url_for('bower.static', filename='meanie-angular-storage/release/meanie-angular-storage.js') }}"></script>
|
||||
|
||||
<!-- Angular Notify -->
|
||||
<link href="{{ url_for('bower.static', filename='angular-notify/dist/angular-notify.css') }}" rel="stylesheet">
|
||||
<script type="text/javascript" src="{{ url_for('bower.static', filename='angular-notify/dist/angular-notify.js') }}"></script>
|
||||
<!-- Angular UI Notification -->
|
||||
<link href="{{ url_for('bower.static', filename='angular-ui-notification/dist/angular-ui-notification.css') }}" rel="stylesheet">
|
||||
<script type="text/javascript" src="{{ url_for('bower.static', filename='angular-ui-notification/dist/angular-ui-notification.js') }}"></script>
|
||||
|
||||
<!-- xeditable -->
|
||||
<link href="{{ url_for('bower.static', filename='angular-xeditable/dist/css/xeditable.css') }}" rel="stylesheet">
|
||||
|
Loading…
Reference in New Issue
Block a user