I have html template like this:
$scope.template = \'
Perhaps you need to compile the template inside the controller?
angular.controller('ABCDCtrl', function($scope, $compile){ var templateHTML = ''; $scope.template = $compile(templateHTML)($scope); });