Skip to content

Commit

Permalink
Merge branch 'login-form-factory-object'
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Gilchrist committed Oct 15, 2014
2 parents 3bf16db + 98e373f commit c511769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

# 5.1.0
* Login form directive split into separate services and returned as constructor object which allows it to be extended using prototype inheritance in projects

# 5.0.1

* Fixed issue where the module would throw an error if route.$$next was undefined.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-token-auth",
"version": "5.0.1",
"version": "5.1.0",
"main": "./angular_token_auth.js",
"dependencies": {
"angular": "~1.2",
Expand Down

0 comments on commit c511769

Please sign in to comment.