Commit 17d9e588be9a3af001740be8b8b034759e0cd07c

Authored by Andrew Buss
1 parent e9700ca03a

one more byte

Showing 2 changed files with 1 additions and 4 deletions Side-by-side Diff

controller.js View file @ 17d9e58
... ... @@ -33,9 +33,6 @@
33 33 }]);
34 34  
35 35 app.controller("DashboardController", function () {
36   -
37 36 alert("HEYYYYYY");
38   -
39   -
40 37 });
1 1 <!DOCTYPE html>
2 2 <html ng-app="flashy">
3   - <base href="app/">
  3 + <base href="/app/">
4 4 <header>
5 5  
6 6 <link rel = "stylesheet" href ="styles/bootstrap-3.3.4-dist/css/bootstrap.css" />