2017-01-20 11:52:52 +01:00
<!doctype html>
< html >
< head >
< meta charset = "utf-8" >
< title > < / title >
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width" >
<!-- Place favicon.ico and apple - touch - icon.png in the root directory -->
<!-- build:css(.) styles/vendor.css -->
<!-- bower:css -->
2017-03-05 10:55:38 +01:00
< link rel = "stylesheet" href = "bower_components/angular-material/angular-material.css" / >
2017-03-14 08:18:33 +01:00
< link rel = "stylesheet" href = "bower_components/angular-material-icons/angular-material-icons.css" / >
2017-01-20 11:52:52 +01:00
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
< link rel = "stylesheet" href = "styles/main.css" >
<!-- endbuild -->
< / head >
< body ng-app = "clientApp" >
<!-- [if lte IE 8]>
< 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 >
<![endif]-->
2017-03-05 10:55:38 +01:00
<!-- Add your site or application content here -->
2017-01-20 11:52:52 +01:00
< ui-view > < / ui-view >
<!-- Google Analytics: change UA - XXXXX - X to be your site's ID -->
< script >
!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
(A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new Date,a=n.createElement(g),
r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
}(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXX-X');
ga('send', 'pageview');
< / script >
<!-- build:js(.) scripts/vendor.js -->
<!-- bower:js -->
< script src = "bower_components/angular/angular.js" > < / script >
2017-03-05 10:55:38 +01:00
< script src = "bower_components/angular-animate/angular-animate.js" > < / script >
< script src = "bower_components/angular-cookies/angular-cookies.js" > < / script >
2017-01-20 11:52:52 +01:00
< script src = "bower_components/angular-sanitize/angular-sanitize.js" > < / script >
2017-03-05 10:55:38 +01:00
< script src = "bower_components/angular-aria/angular-aria.js" > < / script >
< script src = "bower_components/angular-messages/angular-messages.js" > < / script >
< script src = "bower_components/angular-material/angular-material.js" > < / script >
2017-01-20 11:52:52 +01:00
< script src = "bower_components/angular-ui-router/release/angular-ui-router.js" > < / script >
2017-03-14 08:18:33 +01:00
< script src = "bower_components/angular-material-icons/angular-material-icons.min.js" > < / script >
2017-03-29 11:16:41 +02:00
< script src = "bower_components/underscore/underscore.js" > < / script >
< script src = "bower_components/angular-file-upload/dist/angular-file-upload.min.js" > < / script >
2017-01-20 11:52:52 +01:00
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp,app}) scripts/scripts.js -->
< script src = "scripts/app.js" > < / script >
2017-03-05 10:55:38 +01:00
< script src = "scripts/controllers/login.js" > < / script >
2017-03-14 08:57:06 +01:00
< script src = "scripts/controllers/studentSpace.js" > < / script >
2017-03-29 17:25:24 +00:00
< script src = "scripts/controllers/responsableFormationSpace.js" > < / script >
2017-03-29 11:16:41 +02:00
< script src = "scripts/controllers/administrationSpace.js" > < / script >
< script src = "scripts/controllers/administrationDialog.js" > < / script >
< script src = "scripts/services/Filters.js" > < / script >
2017-01-20 11:52:52 +01:00
<!-- endbuild -->
< / body >
< / html >