Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit b2a37bf

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

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
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 <philippd@gmail.com>"

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.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

Lines changed: 1 addition & 1 deletion
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)