Skip to content

Commit

Permalink
Load module ui.bootstrap on header-controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoVS committed Nov 14, 2017
1 parent e3b1b81 commit 61d88c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/static/js/header/header-controllers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function(angular){
'use strict';
var app = angular.module('header.controllers', ['ngCookies']);
var app = angular.module('header.controllers', ['ngCookies', 'ui.bootstrap']);

app.controller('HeaderCtrl', [
'$scope',
Expand Down

0 comments on commit 61d88c4

Please sign in to comment.