I have created a layout using JQuery layout. It is working fine if I use it in normal index file. But when I try to load through ui-view directory, it\'s not loading. Please hel
You should try your code after angular DOM is ready
angular.element(document).ready(function () { myLayout = $('#container').layout({west_size:400, west_minSize:100 }); });