Skip to content

Commit

Permalink
updated changelog 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PillowPillow committed Aug 12, 2015
1 parent 152ffa2 commit 47caae8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
## 0.1.9 (2015-08-12)

Bugfix:
* @attach

> now supports correctly the bindings without second parameter
````javascript
import {controller, inject} from 'node_modules/ng-annotations';
import MyFactory from './myFactory';

@controller()
@inject(MyFactory)
export default class MyCtrl {
@attach(MyFactory)
factory;
}
````

## 0.1.8 (2015-08-12)

Bugfix:
* @inject
* @inject

> now injects correctly the dependencies with the services and providers components
## 0.1.7 (2015-08-11)
Expand Down

0 comments on commit 47caae8

Please sign in to comment.