mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
Use angular boostrap instead of vanilla bootstrap
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user