Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Fixed query param issue skyAppLink #390

Merged
merged 4 commits into from
Apr 9, 2018
Merged

Fixed query param issue skyAppLink #390

merged 4 commits into from
Apr 9, 2018

Conversation

Blackbaud-MitchellThomas
Copy link
Contributor

@codecov-io
Copy link

codecov-io commented Apr 4, 2018

Codecov Report

Merging #390 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
+ Coverage   99.25%   99.25%   +<.01%     
==========================================
  Files          71       71              
  Lines        1750     1755       +5     
  Branches      284      285       +1     
==========================================
+ Hits         1737     1742       +5     
  Misses         13       13
Flag Coverage Δ
#builder 100% <ø> (ø) ⬆️
#runtime 94.9% <100%> (+0.1%) ⬆️
#srcapp 100% <ø> (ø) ⬆️
Impacted Files Coverage Δ
runtime/directives/sky-app-link.directive.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13f94b6...b68c668. Read the comment docs.

@@ -8,24 +8,34 @@ import { SkyAppConfig } from '../config';
import { SkyAppLinkDirective } from './sky-app-link.directive';

@Component({
template: `<a skyAppLink="test">Test</a>`
template: `<a skyAppLink='test'>Test</a>`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No functional difference, but any reason these are single quotes? Same question for line 16.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no particular reason. It's probably just muscle memory typing things in a TS file vs. html. That particular line got changed because I copied a bit of code from the external link directive tests and when I massaged it to fit this context, that single quote change was all that was left.

I prefer the double quotes, so I've updated the PR to clean that up plus some other development remnants in the spec file for both tests.

@Blackbaud-BobbyEarl Blackbaud-BobbyEarl merged commit 55c7204 into blackbaud:master Apr 9, 2018
@Blackbaud-MitchellThomas Blackbaud-MitchellThomas deleted the sky-app-link-query-params branch April 16, 2018 12:30
Blackbaud-MikitaYankouski pushed a commit to Blackbaud-MikitaYankouski/skyux-builder that referenced this pull request May 3, 2019
* Fixed query param issue skyAppLink
blackbaud/skyux2#1603

* Remove fdescribe

* Code cleanup for tests
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants