Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed May 4, 2017
1 parent b8e2476 commit 5aee243
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,14 @@
selected-index="functionSuggestions.index"
on-click-suggestion="suggestionClickHandler"
></timelion-expression-suggestions>

<!--
<div
class="kuiLocalSearchInput kuiLocalSearchInput--expandable"
contenteditable
ng-model="state.sheet[state.selected]"
timelion-expression="{{state.sheet[state.selected]}}"
aria-label="Expression input"
></div>
-->
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ app.directive('timelionExpressionSuggestions', () => {
replace: true,
template: timelionExpressionSuggestionsTemplate,
link: function () {

}
};
});

0 comments on commit 5aee243

Please sign in to comment.