Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Allow angular to listen to autofill events #365

Merged
merged 1 commit into from
Jul 16, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h1>Loading...</h1>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<script src="bower_components/angular-debounce/dist/angular-debounce.min.js"></script>
<script src="bower_components/angular-password-strength/build/angular-password-strength.min.js"></script>
<script src="bower_components/autofill-event/src/autofill-event.js"></script>
<script src="bower_components/crypto-js/components/core.js"></script>
<script src="bower_components/crypto-js/components/ripemd160.js"></script>
<script src="bower_components/moment/moment.js"></script>
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"angular-ui-router": "~0.2.10",
"angular-debounce": "~0.0.3",
"angular-password-strength": "~0.0.4",
"autofill-event": "~1.0.0",
"crypto-js": "http://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
"angular-moment": "~0.7.0",
"fontawesome": "~4.1.0",
Expand Down