File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+
4
+ ## 0.3.1 (November 3, 2014)
5
+
6
+ * Replace $timeout with $interval #50
7
+ * Add broadcast “oath: profile ” once profile is retrieved. #51
8
+
3
9
## 0.3.0 (October 30, 2014)
4
10
5
11
* Solved bug on access token definition from hash
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oauth-ng" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"main" : [
5
5
" dist/oauth-ng.js" ,
6
6
" dist/views/templates/default"
14
14
" package.json"
15
15
],
16
16
"dependencies" : {
17
- "angular" : " ~1.2.22 " ,
17
+ "angular" : " ~1.2.26 " ,
18
18
"ngstorage" : " ~0.3.0"
19
19
},
20
20
"devDependencies" : {
23
23
"timecop" : " ~0.1.1" ,
24
24
"bootstrap-sass" : " ~3.0.2" ,
25
25
"jquery" : " ~1.9.1" ,
26
- "angular-mocks" : " ~1.2.22 "
26
+ "angular-mocks" : " ~1.2.26 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments