Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit c47bf7c

Browse files
committed
Support Angular.JS 1.3.x (in bower dependencies)
1 parent 3b02f02 commit c47bf7c

File tree

4 files changed

+22
-19
lines changed

4 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.2 - 2014-03-23
4+
- Support Angular.JS 1.3.x (in bower dependencies)
5+
36
## 0.1.1 - 2014-03-21
47
- Add main script in package.json for use with browserify ([#1](https://github.com/urish/angular-moment/pull/1), contributed by [paolodm](https://github.com/paolodm))
58

angular-load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* angular-load.js / v0.1.1 / (c) 2014 Uri Shaked / MIT Licence */
1+
/* angular-load.js / v0.1.2 / (c) 2014 Uri Shaked / MIT Licence */
22

33
(function () {
44
'use strict';

bower.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "angular-load",
3-
"version": "0.1.1",
4-
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
5-
"author": "Uri Shaked",
6-
"license": "MIT",
7-
"homepage": "http://github.com/urish/angular-load",
8-
"main": "./angular-load.js",
9-
"dependencies": {
10-
"angular": ">=1.0.0 <1.3.0"
11-
},
12-
"devDependencies": {
13-
"angular-mocks": "1.2.x"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "git://github.com/urish/angular-load.git"
18-
}
2+
"name": "angular-load",
3+
"version": "0.1.2",
4+
"description": "Dynamically load scripts and css stylesheets in your Angular.JS app",
5+
"author": "Uri Shaked",
6+
"license": "MIT",
7+
"homepage": "http://github.com/urish/angular-load",
8+
"main": "./angular-load.js",
9+
"dependencies": {
10+
"angular": ">=1.0.0 <1.4.0"
11+
},
12+
"devDependencies": {
13+
"angular-mocks": "1.3.x"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git://github.com/urish/angular-load.git"
18+
}
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-load",
33
"main": "angular-load.js",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": {
66
"type": "git",
77
"url": "http://github.com/urish/angular-load.git"

0 commit comments

Comments
 (0)