I would like to change the ng-includes src with a variable. Currently this is what I have.
&l
Try as follows:
-----------------OR----------------------
You can do this way,
View:
Controller:
function AppCtrl ($scope) { $scope.getPartial = function () { return 'partials/issues.html'; } }