Angular JS require to add a new attribute ng-app to the html tag. This new block allow us to add it, for example : {% block html_attributes %}ng-app="PrestaCMS.Page"{% endblock %}
@@ -18,7 +18,7 @@ file that was distributed with this source code.
{% set _title = block('title') %}
{% set _breadcrumb = block('breadcrumb') %}
<!DOCTYPE html>
-<html class="no-js">
+<html class="no-js" {% block html_attributes %}{% endblock %}>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />