Skip to content

Commit b2a37bf

Browse files
author
Philipp Denzler
committed
Release 0.1.4
1 parent 51c1bb5 commit b2a37bf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
55
"authors": [
66
"Philipp Denzler <[email protected]>"

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.1.4 - 2014-10-03
4+
- Improved injector creation to allow injecting services depending on the $rootElement, see [#22](https://github.com/philippd/angular-deferred-bootstrap/pull/22)
5+
36
## 0.1.3 - 2014-08-08
47
- Fixed bug that the resolve function was called twice during bootstrapping, see aea0e2058e3c5bb881a92a1b3c277e4f0aed6dc5
58

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-deferred-bootstrap",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Initialize AngularJS apps with constants loaded from the back-end",
55
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
66
"repository": {

0 commit comments

Comments
 (0)