Jason Rice
Jason Rice
@moodysalem alright so this isn't complete yet. I need your help to resolve a few minor issues. I believe there's just one issue. Download the branch and run `yarn` or...
Please submit your code to npmjs.org as "angular-bind-html-compile" Simply do: ``` mkdir angular-bind-html-compile cd angular-bind-html-compile npm init # work your magic⦠npm publish ``` I would do it but don't...
@maxschwarzmueller I'm getting a **firebase deploy** error when running the code with the onChange. Seems this is deprecated. I swapped it out for `onFinalize` but that's not picking up the...
It would be nice to pass in a key as either lower case or uppercase. Example: **fr**, **Fr**, **FR**, etc. This is a simple uppercase conversion. I can do this...
As the title suggests this pull request addresses the data updates changing the display value since the displayValue is set to an initial value of `data[0]` This line: `const [displayValue,...