Hi Guys,
So we created an EJS file that contains a <div ng-view></div> that points
to another html file.
This html file contains the following:
<div ng-controller="IssuesController">
<ng-include src="'example/views/dashboard.client.view.html'"></ng-include>
<div data-ng-show="authentication.user">
<h1>Hello <span data-ng-bind="authentication.user.fullName"></span></h1>
<div id="calendar"></div>
</div>
</div>
Question: How come this <div id="calendar"></div> does not show?
When trying it on the EJS file, it works but the problem is, it appears to all
the pages of the application.
Thanks,
Steph
--
You received this message because you are subscribed to the Google Groups
"AngularJS" 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 http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.