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

Commit 211e8ea

Browse files
committed
chore(readme): add the module in inline opts sample
1 parent 25b9301 commit 211e8ea

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
@@ -66,7 +66,7 @@ the controller, but inlining these options might be more pragmatic for cases whe
6666
controller is just a couple lines.
6767

6868
```javascript
69-
angular.module('myApp', []).
69+
angular.module('myApp', ['cn.offCanvas']).
7070

7171
// let's make a nav called myOffCanvas
7272
factory('myOffCanvas', function (btfModal) {

0 commit comments

Comments
 (0)