Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dc3d4d5

Browse files
committed
Update description
1 parent cbd34e7 commit dc3d4d5

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
@@ -3,12 +3,12 @@
33

44
# angular-async-loader
55

6-
An async loader for angular 1.x application.
6+
Load modules and components asynchronously for angular 1.x application.
77

8-
Support use dynamic angular module:
8+
Support load angular modules:
99
* `app.useModule(name)`
1010

11-
Support use origin methods to dynamic register angular components:
11+
Support load angular components:
1212

1313
* `app.controller`
1414
* `app.services`

‎bower.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authors": [
66
"Guoqiang Chen <subchen@gmail.com>"
77
],
8-
"description": "async loader for angular 1.x application",
8+
"description": "Load modules and components asynchronously for angular 1.x application",
99
"main": "angular-async-loader.js",
1010
"keywords": [
1111
"angular",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-async-loader",
33
"version": "1.3.0",
4-
"description": "async loader for angular 1.x application",
4+
"description": "Load modules and components asynchronously for angular 1.x application",
55
"author": {
66
"name": "Guoqiang Chen",
77
"email": "subchen@gmail.com",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /