Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 25b9301

Browse files
committed
Merge pull request #18 from cranesandcaff/master
Update README.md
2 parents a886311 + f7a4cc1 commit 25b9301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bower install angular-off-canvas
1919
> app.js
2020
2121
```javascript
22-
angular.module('myApp', []).
22+
angular.module('myApp', ['cn.offCanvas']).
2323

2424
// let's make a nav called `myOffCanvas`
2525
factory('myOffCanvas', function (cnOffCanvas) {

0 commit comments

Comments
 (0)