Skip to content

Commit

Permalink
docs(guide): fix link in "Complementary libraries" section
Browse files Browse the repository at this point in the history
the link to `angular-translate` is outdated. this commit fixes it.
  • Loading branch information
0x-r4bbit authored and jeffbcross committed Apr 2, 2014
1 parent 7914d34 commit ccfa72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In Angular applications, you move the job of filling page templates with data fr

This is a short list of libraries with specific support and documentation for working with Angular. You can find a full list of all known Angular external libraries at [ngmodules.org](http://ngmodules.org/).

* **Internationalization:** [angular-translate](http://pascalprecht.github.io/angular-translate/), [angular-gettext](http://angular-gettext.rocketeer.be/)
* **Internationalization:** [angular-translate](http://angular-translate.github.io), [angular-gettext](http://angular-gettext.rocketeer.be/)
* **RESTful services:** [Restangular](https://github.com/mgonto/restangular)
* **SQL and NoSQL backends:** [BreezeJS](http://www.breezejs.com/), [AngularFire](http://angularfire.com/)
* **UI Widgets: **[KendoUI](http://kendo-labs.github.io/angular-kendo/#/), [UI Bootstrap](http://angular-ui.github.io/bootstrap/), [Wijmo](http://wijmo.com/tag/angularjs-2/)
Expand Down

0 comments on commit ccfa72d

Please sign in to comment.