hi all,

i have a web site with one index.html like this:

<!DOCTYPE html>
<html lang="fr">
<body ng-app="website1">
    <div ng-include src="'header/header.html'"></div>
    <div id="main" ng-cloak ng-view></div>
    <div ng-include src="'footer/footer.html'"></div>
      ........
      .........
</body>
</html>

So all my pages ( http://www.website/page1 , http://www.website/page2, 
etc... ) have the same header and footer. It's ok !

But now , i would like to create a new page (website/foo  for example) 
completely different but my AngularJS controller prevents me from having a 
new page (without header and footer).

What is the solution ?

Thanks
Regards

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to