Skip to content

Commit

Permalink
chore(Site): Add ngAnimate to index for menu animations
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Oct 7, 2014
1 parent 0af9270 commit cb117af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ <h4 class="feature-heading">Complex Example</h4>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular-animate.js"></script>
<script src="//ui-grid.info/release/ui-grid-unstable.min.js"></script>
<script>
angular.module('demo', ['ui.grid', 'ui.grid.edit', 'ui.grid.resizeColumns'])
angular.module('demo', ['ngAnimate', 'ui.grid', 'ui.grid.edit', 'ui.grid.resizeColumns'])
.run(function($rootScope, uiGridConstants) {
$rootScope.gridOptionsSimple = {
data: [
Expand Down

0 comments on commit cb117af

Please sign in to comment.