2014-07-14 19:41:37 +02:00
<!DOCTYPE html>
<!-- [if lt IE 7]> <html lang="en" ng - app="app" class="no - js lt - ie9 lt - ie8 lt - ie7"> <![endif] -->
<!-- [if IE 7]> <html lang="en" ng - app="app" class="no - js lt - ie9 lt - ie8"> <![endif] -->
<!-- [if IE 8]> <html lang="en" ng - app="app" class="no - js lt - ie9"> <![endif] -->
<!-- [if gt IE 8]><! --> < html lang = "en" ng-app = "app" class = "no-js" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2014-07-31 19:04:14 +02:00
< title > ledger le-moine.org< / title >
2014-07-14 19:41:37 +02:00
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2014-07-31 19:11:52 +02:00
< link type = "image/x-icon" rel = "icon" href = "/favicon.ico" / >
2014-07-31 18:05:05 +02:00
< link type = "text/css" rel = "stylesheet" href = "/bower_components/html5-boilerplate/css/normalize.css" >
< link type = "text/css" rel = "stylesheet" href = "/bower_components/html5-boilerplate/css/main.css" >
< link type = "text/css" rel = "stylesheet" href = "/bower_components/nvd3/nv.d3.min.css" >
< link type = "text/css" rel = "stylesheet" href = "/bower_components/bootstrap/dist/css/bootstrap.min.css" >
< link type = "text/css" rel = "stylesheet" href = "/bower_components/bootstrap/dist/css/bootstrap-theme.min.css" >
2014-08-01 22:48:50 +02:00
< link type = "text/css" rel = "stylesheet" href = "/bower_components/angular-loading-bar/build/loading-bar.min.css" >
2014-08-09 18:41:31 +02:00
< link type = "text/css" rel = "stylesheet" href = "/bower_components/ng-table/ng-table.min.css" >
2014-10-01 07:36:40 +02:00
< link type = "text/css" rel = "stylesheet" href = "/bower_components/angular-material/angular-material.min.css" >
2014-07-30 23:35:50 +02:00
2014-07-31 18:05:05 +02:00
< link type = "text/css" rel = "stylesheet" href = "/css/app.css" / >
< script src = "/bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js" > < / script >
2014-07-14 19:41:37 +02:00
< / head >
< body >
<!-- [if lt IE 7]>
2014-07-31 17:53:36 +02:00
< p class = "browsehappy" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
2014-07-14 19:41:37 +02:00
<![endif]-->
< div ui-view = "navbar" > < / div >
< div class = "main" ui-view = "main" > < / div >
<!-- In production use:
< script src = "//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js" > < / script >
-->
2014-07-31 18:05:05 +02:00
< script src = "/bower_components/underscore/underscore.js" > < / script >
< script src = "/bower_components/moment/moment.js" > < / script >
< script src = "/bower_components/d3/d3.min.js" > < / script >
< script src = "/bower_components/nvd3/nv.d3.min.js" > < / script >
2014-07-30 23:35:50 +02:00
2014-07-31 18:05:05 +02:00
< script src = "/bower_components/angular/angular.js" > < / script >
2014-08-09 18:42:32 +02:00
< script src = "/bower_components/angular-i18n/angular-locale_fr-fr.js" > < / script >
2014-07-31 18:05:05 +02:00
< script src = "/bower_components/angular-ui-router/release/angular-ui-router.js" > < / script >
2014-10-01 07:36:40 +02:00
< script src = "/bower_components/angular-material/angular-material.min.js" > < / script >
2014-07-31 18:05:05 +02:00
< script src = "/bower_components/angular-moment/angular-moment.min.js" > < / script >
< script src = "/bower_components/angular-bootstrap/ui-bootstrap.min.js" > < / script >
< script src = "/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js" > < / script >
< script src = "/bower_components/angularjs-nvd3-directives/dist/angularjs-nvd3-directives.min.js" > < / script >
2014-08-01 22:48:50 +02:00
< script src = "/bower_components/angular-loading-bar/build/loading-bar.min.js" > < / script >
2014-08-09 18:41:31 +02:00
< script src = "/bower_components/ng-table/ng-table.min.js" > < / script >
2014-07-14 19:41:37 +02:00
<!-- APP -->
2014-07-31 18:05:05 +02:00
< script src = "/js/app.js" > < / script >
2014-10-01 13:57:43 +02:00
< script src = "/js/state.js" > < / script >
< script src = "/js/controllers/AppCtrl.js" > < / script >
< script src = "/js/controllers/NavbarCtrl.js" > < / script >
< script src = "/js/controllers/BalanceCtrl.js" > < / script >
2014-07-14 19:41:37 +02:00
< / body >
< / html >