To start Angular js application, "ng-app" is often needed to add in the <html> tag.
Below is the typoscript that does this job.
config.htmlTag_setParams = ng-app="docsApp"
this converts <html> to <html ng-app="docsApp">
To start Angular js application, "ng-app" is often needed to add in the <html> tag.
Below is the typoscript that does this job.
config.htmlTag_setParams = ng-app="docsApp"
this converts <html> to <html ng-app="docsApp">