次のようにangularjsでページを設計します
<html>
<head></head>
<body>
<ng-view></ng-view>
<ng-include="'footer-tpl.html'">
</body>
</html>
そのため、任意のページに移動するたびに ng-view が変更されるだけですが、今は < ng-include="'footer-tpl.html'"
> のないページが必要です。どうやってするか?
次のようにangularjsでページを設計します
<html>
<head></head>
<body>
<ng-view></ng-view>
<ng-include="'footer-tpl.html'">
</body>
</html>
そのため、任意のページに移動するたびに ng-view が変更されるだけですが、今は < ng-include="'footer-tpl.html'"
> のないページが必要です。どうやってするか?