Notes on C#, JavaScript, SQL, RavenDB, No-Sql, PHP and other software related activities.
On little thing that can be tough to remember when working with ng-include.
Works:<div ng-include src="'tasksPrototype.xml'"></div>Does Not Work<div ng-include src="tasksPrototype.xml"></div>
No comments:
Post a Comment