Hello i am new to angularjs.
I m trying to use it in my application. I just realized ajax page With 
dialogbox that on click event  load HTML templare inside it.
Using jquery it works fine With .Load function. Now i was trying to do the same 
thing With angularjs.
In the dialog box i put a <div ng-inglude src="{{template.url}}"></div>. On 
click event i pass the url to the div to let angularjs load the template.
It works fine on first click but if i click again to reload the same template 
it doesn't refresh. If the click event change the template.url instead it 
refresh the div content.
What can i do?

-- 
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.

Reply via email to