File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# angular-async-loader
5
5
6
- An async loader for angular 1.x application.
6
+ Load modules and components asynchronously for angular 1.x application.
7
7
8
- Support use dynamic angular module :
8
+ Support load angular modules :
9
9
* ` app.useModule(name) `
10
10
11
- Support use origin methods to dynamic register angular components:
11
+ Support load angular components:
12
12
13
13
* ` app.controller `
14
14
* ` app.services `
Original file line number Diff line number Diff line change 5
5
"authors" : [
6
6
" Guoqiang Chen <subchen@gmail.com>"
7
7
],
8
- "description" : " async loader for angular 1.x application" ,
8
+ "description" : " Load modules and components asynchronously for angular 1.x application" ,
9
9
"main" : " angular-async-loader.js" ,
10
10
"keywords" : [
11
11
" angular" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-async-loader" ,
3
3
"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" ,
5
5
"author" : {
6
6
"name" : " Guoqiang Chen" ,
7
7
"email" : " subchen@gmail.com" ,
You can’t perform that action at this time.
0 commit comments