From 900ba7fb9c74203a54315a70ee3c718f93497b86 Mon Sep 17 00:00:00 2001 From: Scotty Waggoner Date: Mon, 19 Jan 2015 14:27:10 -0800 Subject: [PATCH] Add CSS imports to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9bb347e..bb19f3d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ Include `build/angular-datepicker.js` in your application: ```HTML ``` + +Include `build/themes/default.css`, `build/themes/default.date.css`, and `build/themes/default.time.css` in your application: + +```HTML + + + +``` Add the module `angular-datepicker` as a dependency to your app module: