Merge pull request #66 from rkomiyama/patch-2
Added missing square closing bracket
This commit is contained in:
@@ -87,7 +87,7 @@ class MyComponent extends Component {
|
||||
angular
|
||||
.module('myModule', [])
|
||||
.constant('FOO', 'FOO!')
|
||||
.component('myComponent', react2angular(MyComponent, [], ['$http', 'FOO'))
|
||||
.component('myComponent', react2angular(MyComponent, [], ['$http', 'FOO']))
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Reference in New Issue
Block a user