I using Angular.js for my application but when i use ng-include
inside of ui-view
like below I get this error:
Error: e is null .after/<@http://localhost/vb-asli/js/angular.min.js:152:228 r@http://localhost/vb-asli/js/angular.min.js:7:288
And my code is like this:
<div ui-view>
<div ng-include="'partials/menuPreview.html'">
</div>
</div>