diff --git a/README.md b/README.md index 4297d544..c26d17d4 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Load the script files in your application: Add the date module as a dependency to your application module: ```html -var myAppModule = angular.module('MyApp', ['angular.bootstrap.datetimepicker']) +var myAppModule = angular.module('MyApp', ['ui.bootstrap.datetimepicker']) ``` Apply the directive to your form elements: @@ -214,4 +214,4 @@ If the minute view is the minView, which is is by default, the date will be set # Idea Project Directory -The .idea directory holds the IntelliJ Idea project files for this project. If you use Idea, just open the project with Idea. \ No newline at end of file +The .idea directory holds the IntelliJ Idea project files for this project. If you use Idea, just open the project with Idea.