Use angular boostrap instead of vanilla bootstrap

This commit is contained in:
James Allen 2014-06-16 12:26:35 +01:00
parent 95ee8c772a
commit 63525a8bef
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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) ->