Skip to content

Commit 11f93c8

Browse files
author
natee
committed
Merge branch 'johnpapa-master'
2 parents 47bde3c + 73140a2 commit 11f93c8

File tree

4 files changed

+2490
-1
lines changed

4 files changed

+2490
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
1616
## See the Styles in a Sample App
1717
While this guide explains the *what*, *why* and *how*, I find it helpful to see them in practice. This guide is accompanied by a sample application that follows these styles and patterns. You can find the [sample application (named modular) here](https://github.com/johnpapa/ng-demos) in the `modular` folder. Feel free to grab it, clone it, or fork it. [Instructions on running it are in its readme](https://github.com/johnpapa/ng-demos/tree/master/modular).
1818

19+
##Translations
20+
[Translations of this Angular style guide](./i18n) are maintained by the community and can be found here.
21+
1922
## Table of Contents
2023

2124
1. [Single Responsibility](#single-responsibility)
@@ -2078,7 +2081,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
20782081

20792082
configure.$inject =
20802083
['routerHelperProvider', 'exceptionHandlerProvider', 'toastr'];
2081-
2084+
20822085
function configure (routerHelperProvider, exceptionHandlerProvider, toastr) {
20832086
exceptionHandlerProvider.configure(config.appErrorPrefix);
20842087
configureStateHelper();

0 commit comments

Comments
 (0)