Author: echatellier Date: 2013-09-11 21:33:54 +0200 (Wed, 11 Sep 2013) New Revision: 2933 Url: http://chorem.org/projects/jtimer/repository/revisions/2933 Log: Update ui bootstrap Modified: branches/ng-jtimer/jtimer-server/src/main/webapp/index.html Modified: branches/ng-jtimer/jtimer-server/src/main/webapp/index.html =================================================================== --- branches/ng-jtimer/jtimer-server/src/main/webapp/index.html 2013-09-11 18:51:10 UTC (rev 2932) +++ branches/ng-jtimer/jtimer-server/src/main/webapp/index.html 2013-09-11 19:33:54 UTC (rev 2933) @@ -8,7 +8,7 @@ <link rel="stylesheet" href="css/jtimer.css"> <script src="js/jtimer.js"></script> - <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.5.0.js"></script> + <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.6.0.js"></script> <link rel="stylesheet" href="css/app.css"> <script src="js/app.js"></script>