浏览代码

removed unused about partial

bmallred 11 年之前
父节点
当前提交
3bdd4643fe
共有 2 个文件被更改,包括 0 次插入6 次删除
  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
        });