Skip to content

Commit 2fa5999

Browse files
authored
Merge pull request #1 from toddmotto/master
merging
2 parents f36b165 + 7e0149f commit 2fa5999

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a href="https://ultimateangular.com" target="_blank"><img src="https://toddmotto.com/img/ua.png"></a>
22

3-
# Angular 1.5 component architecture app
3+
# AngularJS 1.5 component architecture app
44

55
> Try the [Contacts Manager](https://contacts-manager-e486f.firebaseapp.com) app! You'll need to register and create an account.
66
@@ -10,11 +10,11 @@
1010
1111
---
1212

13-
A [Contacts Manager](https://contacts-manager-e486f.firebaseapp.com) application built on Angular 1.5 components, ui-router 1.0.0, Firebase. Want to build it? Jump on my [Angular 1.5 Pro course](https://ultimateangular.com).
13+
A [Contacts Manager](https://contacts-manager-e486f.firebaseapp.com) application built on AngularJS 1.5 components, ui-router 1.0.0, Firebase. Want to build it? Jump on my [AngularJS 1.5 Pro course](https://ultimateangular.com).
1414

1515
### List of features:
1616

17-
- Angular 1.5 `.component()` method
17+
- AngularJS 1.5 `.component()` method
1818
- Stateful/stateless and routed components
1919
- One-way dataflow
2020
- Lifecycle hooks

docs/config/processors/api-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function buildDocData(doc, extraData) {
55

66
// So that we can create states even though our module names contain dots(.)
77
// in UI-Router dotted notation means it's a child state, so this is problematic
8-
// if we are following Angular styleguides and conventions regarding
8+
// if we are following AngularJS styleguides and conventions regarding
99
// naming of our Modules
1010
// #hack #lazy
1111
var splitName = doc.name.split('.');

src/sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
// Components
13-
// Contains each isolated component. Should ideally mimic the Angular component structure
13+
// Contains each isolated component. Should ideally mimic the AngularJS component structure
1414
@import "components";
1515

1616

0 commit comments

Comments
 (0)