We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b1b81 commit 61d88c4Copy full SHA for 61d88c4
core/static/js/header/header-controllers.js
@@ -1,6 +1,6 @@
1
(function(angular){
2
'use strict';
3
- var app = angular.module('header.controllers', ['ngCookies']);
+ var app = angular.module('header.controllers', ['ngCookies', 'ui.bootstrap']);
4
5
app.controller('HeaderCtrl', [
6
'$scope',
0 commit comments