From fa419d47e8b01069bfec3605b6cfaf926da7287a Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 21 Mar 2014 17:33:15 +0000 Subject: [PATCH] Add library view and controller. --- assets/js/controllers/library.controller.js | 2 ++ assets/js/views/library.html | 6 ++++++ views/index.erb | 12 +++++++----- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 assets/js/controllers/library.controller.js create mode 100644 assets/js/views/library.html diff --git a/assets/js/controllers/library.controller.js b/assets/js/controllers/library.controller.js new file mode 100644 index 0000000..a375296 --- /dev/null +++ b/assets/js/controllers/library.controller.js @@ -0,0 +1,2 @@ +mpdClient.controller('library', function ($scope, api) { +}) diff --git a/assets/js/views/library.html b/assets/js/views/library.html new file mode 100644 index 0000000..c5e0411 --- /dev/null +++ b/assets/js/views/library.html @@ -0,0 +1,6 @@ +
+
+ Close +

Library

+
+
diff --git a/views/index.erb b/views/index.erb index 6ecd816..b62fac9 100644 --- a/views/index.erb +++ b/views/index.erb @@ -8,10 +8,12 @@ -
-
- -
- +
+
+ + +
+ +