adding UI utility js file, bootstrap library for angular use

This commit is contained in:
Jason White
2014-08-24 08:28:33 -04:00
parent 8177a6276a
commit be2a2f13c5
4 changed files with 19 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
$(window).resize(function() {
//$('#leftside-navigation').css('height',$('div.panel-body').height());
console.log($(window).height());
});