Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
dwmkerr committed Jan 23, 2015

Verified

This commit was signed with the committer’s verified signature.
scala-steward Scala Steward
1 parent 5fafea6 commit 6efb84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ for the gritty details of why.
The `showModal` function takes an object with these fields:

* `controller`: The name of the controller to created.
* `controllerAs` : The name controllerAs - (optional)
* `controllerAs` : The name of the variable on the scope the controller is assigned to - (optional)
* `templateUrl`: The URL of the HTML template to use for the modal.
* `template`: If `templateUrl` is not specified, you can specify `template` as raw
HTML for the modal.
@@ -229,3 +229,4 @@ Thanks go the the following contributors:

* [joshvillbrandt](https://github.com/joshvillbrandt) - Adding support for `$templateCache`.
* [cointilt](https://github.com/cointilt) - Allowing the modal to be added to a custom element, not just the body.
* [kernowjoe](https://github.com/kernowjoe) - controllerAs

0 comments on commit 6efb84e

Please sign in to comment.