Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
Update the docs to use the latest ui-bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed May 7, 2015
1 parent 72212b6 commit 8813fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/scripts/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

angular
.module('demo', ['mwl.calendar', 'ui.bootstrap'])
.module('demo', ['mwl.calendar', 'ui.bootstrap', 'ngAnimate'])
.controller('MainCtrl', function ($scope, $modal, moment) {

//These variables MUST be set as a minimum for the calendar to work
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ <h3 id="event-editor">

<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.0/moment.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="//cdn.jsdelivr.net/angular.bootstrap/0.12.1/ui-bootstrap-tpls.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-animate.min.js"></script>
<script src="//cdn.jsdelivr.net/angular.bootstrap/0.13.0/ui-bootstrap-tpls.min.js"></script>
<script src="src/app.js"></script>
<script src="src/directives/mwlCalendar.js"></script>
<script src="src/filters/calendarTruncateEventTitle.js"></script>
Expand Down

0 comments on commit 8813fd4

Please sign in to comment.