Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
The .idea directory holds the IntelliJ Idea project files for this project. If you use Idea, just open the project with Idea.