Removed angular2

This commit is contained in:
Daniel Roy Greenfeld 2016-06-03 14:07:25 -07:00
parent 1efe3f6caf
commit 36ac82b1cf
3 changed files with 1 additions and 7 deletions

View File

@ -131,7 +131,6 @@ Answer the prompts with your own desired options_. For example::
use_docker [y]: y
use_heroku [n]: n
use_grunt [n]: y
use_angular [n]: n
Select open_source_license:
1 - MIT
2 - BSD

View File

@ -21,6 +21,5 @@
"use_docker": "y",
"use_heroku": "n",
"use_grunt": "n",
"use_angular": "n",
"open_source_license": ["MIT", "BSD", "Apache Software License 2.0", "Not open source"]
}

View File

@ -1,5 +1,5 @@
{% raw %}{% load staticfiles i18n %}<!DOCTYPE html>
<html lang="en" {% endraw %}{% if cookiecutter.use_angular == "y" %}ng-app{% endif %}{% raw %}>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
@ -23,10 +23,6 @@
<link href="{% static 'css/project.css' %}" rel="stylesheet">
{% endblock %}
{% endraw %}{% if cookiecutter.use_angular == "y" %}{% raw %}{% block angular %}
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script>
{% endblock %}{% endraw %}{% endif %}{% raw %}
</head>
<body>