AngularJS ng-view problem on Firefox
By default, multiple ng-view is not supported by AngularJS. Assume that we have some pages with different layout as the code bellow:
<div class="container-master" ng-switch="" on="layout">
<div ng-switch-when="landing" ng-view=""></div> ...
blog.donamkhanh.com1 min read