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

Commit 76c10bc

Browse files
author
Philipp Denzler
committed
Release v0.1.1
1 parent c56966f commit 76c10bc

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
@@ -2,7 +2,7 @@
22
"author": "Philipp Denzler",
33
"name": "angular-deferred-bootstrap",
44
"description": "Initialize AngularJS apps with constants loaded from the back-end",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
77
"repository": {
88
"type": "git",

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.1 - 2014-07-04
4+
- always add ```ng``` to the initial injector which is used during bootstrapping, see [#15](https://github.com/philippd/angular-deferred-bootstrap/issues/15)
5+
36
## 0.1.0 - 2014-06-10
47
- the resolve functions can now use dependency injection to access services from the AngularJS core
58
- BREAKING: the resolve functions can NOT anymore directly get access to the 'injector' (which is also not needed anymore) -> check the updated demos and the docs

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.0",
3+
"version": "0.1.1",
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)