Good day hope somebody can help me with the error issue I am having regarding ex 5
:My code:
app.directive(‘installApp’, function() {
return {
restrict: ‘E’,
scope: {
},
templateUrl: ’ js/directives/installApp.html’
};
});
Link to exercise:
Good day hope somebody can help me with the error issue I am having regarding ex 5
:My code:
app.directive(‘installApp’, function() {
return {
restrict: ‘E’,
scope: {
},
templateUrl: ’ js/directives/installApp.html’
};
});
Link to exercise:
This file seems right, try to add the directive tag at the end of the HTML document and check if it fix the error.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.