Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramTiwari committed Apr 29, 2016
1 parent 8256aaa commit 6b83201
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/custom/meanStarter/server/views/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{% extends 'layouts/default.html' %} {% block content %}
<section data-ui-view></section>
<script type="text/javascript">
window.user = {
{
user | json | safe
}
};
window.user = {{user | json | safe}};
window.modules = null;
</script>
{% endblock %}

0 comments on commit 6b83201

Please sign in to comment.