瀏覽代碼

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
<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
        .when("/contact", {
16
        .when("/contact", {
17
            templateUrl: "partials/contact.html"
17
            templateUrl: "partials/contact.html"
18
        })
18
        })
19
        .when("/about", {
20
            templateUrl: "partials/about.html"
21
        })
22
        .otherwise({ 
19
        .otherwise({ 
23
        	redirectTo: "/" 
20
        	redirectTo: "/" 
24
        });
21
        });