Skip to content

Commit

Permalink
Complete README
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael.boucher committed Apr 15, 2016
1 parent b39a774 commit 3f12416
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,18 @@ The resulting `.po` files will be in `/locale`.
## Angular
The angular profile add the ng-annotate loader.
The angular profile add the ng-annotate and ng-templates loaders.
FIXME(rboucher)
`ng-annotate` **does not support arrow functions** for now.
```javascript
// Don't do this
angular.controller('myController', $http => {
$http.get(...
})
```
# Source map issue
Expand Down

0 comments on commit 3f12416

Please sign in to comment.