Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
feat(demo): Add angular-ui-bootstrap-bower for tabset directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 14, 2013
1 parent a261b6f commit df6a1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"devDependencies": {
"angular-mocks": "~1.x",
"angular-ui-bootstrap-bower": "~0.5.0",
"angular-ui-docs": "angular-ui/angular-ui-docs"
}
}
3 changes: 1 addition & 2 deletions demo/demo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

angular.module('doc.ui-ace', ['ui.ace', 'prettifyDirective'])
angular.module('doc.ui-ace', ['ui.ace', 'prettifyDirective', 'ui.bootstrap'])
.controller('AceCtrl', ['$scope', function ($scope) {
$scope.aceModel = "Ace Hello World";
}])
Expand Down

0 comments on commit df6a1b6

Please sign in to comment.