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 4b4f5d5

Browse files
committed
1.3.1 released
1 parent fad6ce9 commit 4b4f5d5

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

‎angular-async-loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* async loader for angular 1.x.
2+
* Load modules and components asynchronously for angular 1.x application.
33
*
44
* https://github.com/subchen/angular-async-loader
55
*
@@ -9,7 +9,7 @@
99

1010
function factory(angular, undefined) {
1111

12-
var VERSION = '1.3.0';
12+
var VERSION = '1.3.1';
1313

1414
// Support require.js, sea.js, system.js
1515
var amdRequire = (function() {

‎angular-async-loader.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-async-loader",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"homepage": "https://github.com/subchen/angular-async-loader",
55
"authors": [
66
"Guoqiang Chen <subchen@gmail.com>"

‎demo/assets/angular-async-loader/angular-async-loader.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-async-loader",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Load modules and components asynchronously for angular 1.x application",
55
"author": {
66
"name": "Guoqiang Chen",
@@ -27,3 +27,4 @@
2727
],
2828
"dependencies": {}
2929
}
30+

0 commit comments

Comments
(0)

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