From 63525a8bef915343e653a35c06acca9003bfc4dd Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 16 Jun 2014 12:26:35 +0100 Subject: [PATCH] Use angular boostrap instead of vanilla bootstrap --- services/web/app/views/layout.jade | 2 +- services/web/public/coffee/project-list.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/layout.jade b/services/web/app/views/layout.jade index ae5cf857d4..d0fd22cdc9 100644 --- a/services/web/app/views/layout.jade +++ b/services/web/app/views/layout.jade @@ -34,7 +34,7 @@ html(itemscope, itemtype='http://schema.org/Product') script(src=jsPath+'libs/jquery.js') script(src=jsPath+'libs/angular-1.2.17.js') script(src=jsPath+'libs/moment.js') - script(src=jsPath+'libs/bootstrap.js') + //script(src=jsPath+'libs/bootstrap.js') script(src=jsPath+'libs/ui-bootstrap-0.11.0.js') block scripts diff --git a/services/web/public/coffee/project-list.coffee b/services/web/public/coffee/project-list.coffee index 724aa1da97..b98cf96caa 100644 --- a/services/web/public/coffee/project-list.coffee +++ b/services/web/public/coffee/project-list.coffee @@ -1,4 +1,4 @@ -window.ProjectPageApp = angular.module("ProjectPageApp", ['ui.bootstrap.modal']) +window.ProjectPageApp = angular.module("ProjectPageApp", ['ui.bootstrap']) $ () -> $(".js-tags-dropdown-menu input, .js-tags-dropdown-menu a").click (e) ->