Commit fff61fda authored by Robert Knight's avatar Robert Knight

Replace `scope` with `bindings`.

Components should use `bindings` rather than `scope` to declare inputs
and outputs.
parent 4b3ee70e
...@@ -6,7 +6,7 @@ module.exports = { ...@@ -6,7 +6,7 @@ module.exports = {
controller: function (serviceUrl) { controller: function (serviceUrl) {
this.serviceUrl = serviceUrl; this.serviceUrl = serviceUrl;
}, },
scope: { bindings: {
/** /**
* Called when the user clicks on the "Log in" text. * Called when the user clicks on the "Log in" text.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment