My angular project\'s path is like this
web server.py ##flask server program app static app.js controllers.js
The src attribute of ng-include expects a string. Either you pass a scope variable, or pass string directly.
<ng-include src=" 'templates/home.html' "></ng-include>