mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 18:01:01 +00:00
Use angular boostrap instead of vanilla bootstrap
This commit is contained in:
parent
95ee8c772a
commit
63525a8bef
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue