adding UI utility js file, bootstrap library for angular use
This commit is contained in:
10
src/main/webapp/js/angular/ui-bootstrap-tpls-0.11.0.min.js
vendored
Normal file
10
src/main/webapp/js/angular/ui-bootstrap-tpls-0.11.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
4
src/main/webapp/js/ui-util.js
Normal file
4
src/main/webapp/js/ui-util.js
Normal file
@ -0,0 +1,4 @@
|
||||
$(window).resize(function() {
|
||||
//$('#leftside-navigation').css('height',$('div.panel-body').height());
|
||||
console.log($(window).height());
|
||||
});
|
Reference in New Issue
Block a user