Browse Source

removed unused about partial

bmallred 11 years ago
parent
commit
3bdd4643fe
2 changed files with 0 additions and 6 deletions
  1. 0 3
      partials/about.html
  2. 0 3
      scripts/app.js

+ 0 - 3
partials/about.html

@ -1,3 +0,0 @@
1
<h2>Getting to know the herd</h2>
2
3
<p>An enthusiastic bunch who enjoy exploring possibilities over some warm sake (does that make us Wagyu?). The ability to think outside the pasture has allowed us to apply creative working solutions to a variety of problems where our competitors may spend more time and effort getting the square peg in to the circle hole.</p>

+ 0 - 3
scripts/app.js

@ -16,9 +16,6 @@ angular.module("farm", [])
16 16
        .when("/contact", {
17 17
            templateUrl: "partials/contact.html"
18 18
        })
19
        .when("/about", {
20
            templateUrl: "partials/about.html"
21
        })
22 19
        .otherwise({ 
23 20
        	redirectTo: "/" 
24 21
        });