forked from sillsdev/web-languageforge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor lexicon app to Angular component
- Loading branch information
1 parent
af8a599
commit 7d59429
Showing
7 changed files
with
233 additions
and
250 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
8 changes: 8 additions & 0 deletions
8
src/angular-app/languageforge/lexicon/lexicon-app.component.html
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,8 @@ | ||
<div class="content container-fluid" data-ng-cloak dir="{{$ctrl.interfaceConfig.direction}}"> | ||
<div id="lexicon-hmenu"> | ||
<div class="lexnav form-group"></div> | ||
</div> | ||
|
||
<sil-notices></sil-notices> | ||
<div data-ui-view></div> | ||
</div> |
Oops, something went wrong.