Success! Check out this snippet:
<div ng-include="'/partials/' + items.my_filename + '.html'"></div>
Despite finding the file, an error is still thrown:
GET http://localhost:9000/partials/.html 404 (Not Found)
Any ideas on how to eliminate this error?
UPDATE: The variable is retrieved from a remote database. Could this delay be the culprit?
UPDATE2: Confirming the delay is the issue. Seems like a question for Firebase.