Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #84 from pablopda/patch-1
Browse files Browse the repository at this point in the history
Change translateion path in README
  • Loading branch information
urish committed Oct 7, 2014
2 parents c35ac8f + 887ddba commit 7694ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var myapp = angular.module('myapp', ['angularMoment']);
If you need internationalization support, load specified moment.js locale file first:

```html
<script src="components/moment/lang/de.js"></script>
<script src="components/moment/locale/de.js"></script>
```

Then call the `amMoment.changeLocale()` method (e.g. inside your app's run() callback):
Expand Down

0 comments on commit 7694ad9

Please sign in to comment.