Adding angular ng-app attribute

This commit is contained in:
Daniel Greenfeld 2013-08-19 15:42:43 +02:00
parent 059efa73c3
commit f373ae79da

View File

@ -1,5 +1,5 @@
{% raw %}{% load staticfiles i18n %}<!DOCTYPE html>
<html lang="en">
<html lang="en" ng-app>
<head>
<meta charset="utf-8">
<title>{% block title %}{{ project_name }}{% endblock title %}</title>