-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Worked on reverse binding the annotation editor
modified: app/assets/javascripts/angular/directives/directives.js -- set up watcher binding for reverse binding to drawabox modified: app/assets/javascripts/angular/services/services.js -- added safe guard for persona init when library not found modified: app/assets/templates/listen.html modified: app/assets/stylesheets/_listen.css.scss -- added gridview for annotation editing modified: lib/assets/javascripts/jquery.drawabox.js -- fixed a few bugs for reverse binding
- Loading branch information
Showing
5 changed files
with
193 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
#listenEditContainer { | ||
|
||
} | ||
|
||
|
||
#listenEditColumn { | ||
width: 250px; | ||
display: inline-block; | ||
} | ||
|
||
#listenTableColumn { | ||
display: inline-block; | ||
vertical-align: top; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.