This commit is contained in:
Martin Gontovnikas 2014-07-20 00:13:06 -07:00
Родитель 304e0e0d29
Коммит 6d3639bec1
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -7,12 +7,12 @@ lodash: true
<% if (configuration.api && configuration.thirdParty) { %>
> Note: If you're creating a new AngularJS app that you'll use with the <%= configuration.api %> API, you can [click here to download](https://github.com/auth0/auth0-angular-thirdparty-sample/archive/gh-pages.zip) a seed project that is already configured to use Auth0.
You only have to change the `authProvider` configuration to use your Auth0's account. Please [click here](#3) to learn how to do it.
You only have to change the `authProvider` configuration to use your Auth0's account. Please check out step #2 to learn how to do it.
<% } else { %>
> Note: If you're creating a new AngularJS app that you'll use with your <%= configuration.api || '' %> API, you can [click here to download](https://github.com/auth0/auth0-angular-api-sample/archive/gh-pages.zip) a seed project that is already configured to use Auth0.
You only have to change the `authProvider` configuration to use your Auth0's account. Please [click here](#3) to learn how to do it.
You only have to change the `authProvider` configuration to use your Auth0's account. Please check out step #2 to learn how to do it.
<% } %>

Просмотреть файл

@ -7,12 +7,12 @@ lodash: true
<% if (configuration.api && configuration.thirdParty) { %>
> Note: If you're creating a new app with jQuery which will use the <%= configuration.api %> API, you can [click here to download](https://github.com/auth0/auth0-angular-thirdparty-sample/archive/gh-pages.zip) a seed project that is already configured to use Auth0.
You only have to change the `Auth0Widget` configuration to use your Auth0's account. Please [click here](#3) to learn how to do it.
You only have to change the `Auth0Widget` configuration to use your Auth0's account. Please check out step #2 to learn how to do it.
<% } else { %>
> Note: If you're creating a new app with jQuery which will use <%= configuration.api ? ('a ' + configuration.api) : 'your' %> API, you can [click here to download](https://github.com/auth0/auth0-angular-thirdparty-sample/archive/gh-pages.zip) a seed project that is already configured to use Auth0.
You only have to change the `Auth0Widget` configuration to use your Auth0's account. Please [click here](#3) to learn how to do it.
You only have to change the `Auth0Widget` configuration to use your Auth0's account. Please check out step #2 to learn how to do it.
<% } %>