This repository was archived by the owner on Oct 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.3.0 - 2015-08-08
4
+ - Only load items once ([ #10 ] ( https://github.com/urish/angular-load/pull/10 ) , contributed by [ dougmoscrop] ( https://github.com/dougmoscrop ) )
5
+
3
6
## 0.2.0 - 2014-08-27
4
7
- Change module name to ` angularLoad ` ([ #2 ] ( https://github.com/urish/angular-load/issues/2 ) )
5
8
- Add IE8 support ([ #4 ] ( https://github.com/urish/angular-moment/pull/4 ) , contributed by [ zlalanne] ( https://github.com/zlalanne ) )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ angular-load
3
3
4
4
Dynamically load scripts and css stylesheets in your Angular.JS app.
5
5
6
- Copyright (C) 2014, Uri Shaked < uri@urish.org >
6
+ Copyright (C) 2014, 2015, Uri Shaked < uri@urish.org >
7
7
8
8
[ ![ Build Status] ( https://travis-ci.org/urish/angular-load.png?branch=master )] ( https://travis-ci.org/urish/angular-load )
9
9
[ ![ Coverage Status] ( https://coveralls.io/repos/urish/angular-load/badge.png )] ( https://coveralls.io/r/urish/angular-load )
Original file line number Diff line number Diff line change 1
- /* angular-load.js / v0.2 .0 / (c) 2014 Uri Shaked / MIT Licence */
1
+ /* angular-load.js / v0.3 .0 / (c) 2014, 2015 Uri Shaked / MIT Licence */
2
2
3
3
( function ( ) {
4
4
'use strict' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-load" ,
3
- "version" : " 0.2.0" ,
4
3
"description" : " Dynamically load scripts and css stylesheets in your Angular.JS app" ,
5
4
"author" : " Uri Shaked" ,
6
5
"license" : " MIT" ,
7
6
"homepage" : " http://github.com/urish/angular-load" ,
8
7
"main" : " ./angular-load.js" ,
9
8
"dependencies" : {
10
- "angular" : " >=1.0.0 <1.4 .0"
9
+ "angular" : " >=1.0.0 <1.5 .0"
11
10
},
12
11
"devDependencies" : {
13
- "angular-mocks" : " 1.3 .x"
12
+ "angular-mocks" : " 1.4 .x"
14
13
},
15
14
"repository" : {
16
15
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-load" ,
3
3
"main" : " angular-load.js" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 0.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " http://github.com/urish/angular-load.git"
You can’t perform that action at this time.
0 commit comments