Skip to content

Commit

Permalink
changed title to angular parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush Sehgal committed Oct 7, 2013
1 parent 219f5db commit a96399f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="row-fluid center-align">
<div class="row-fluid top-margin">
<h2 class="lightest-text text-shadow human" style="text-transform:none">AngularJS x Backbone.js x Parse Boilerplate</h2>
<h2 class="lightest-text text-shadow human" style="text-transform:none">Parse x AngularJS Boilerplate</h2>
</div>

<div class="row-fluid small-top-margin">
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Parse x AngularJS x Backbone Boilerplate Demo</title>
<title>Parse x AngularJS Boilerplate Demo</title>

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AngularJS Parse.com Seed">
<meta name="author" content="Eric Clemmons">
<meta name="description" content="AngularJS Parse Boilerplate">
<meta name="author" content="@arush">

<!-- build:css app/styles/app.min.css -->
<link rel="stylesheet" href="app/styles/app.css">
Expand Down Expand Up @@ -44,7 +44,7 @@

</div>

<!-- waiting for ui-router to support angular-1.2 -->
<!-- waiting for ui-router to support angular-1.2, hence some view animations are currently gracefully degrading -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.js"></script>

<script src="//www.parsecdn.com/js/parse-1.2.12.min.js"></script>
Expand Down

0 comments on commit a96399f

Please sign in to comment.