Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to fix #929 by importing FormsModule because the selectors use [ngModel] #931

Merged
merged 2 commits into from
Sep 6, 2016
Merged

Conversation

Martin-Luft
Copy link
Contributor

try to fix #929 by importing FormsModule because the selectors use [ngModel]

@codecov-io
Copy link

codecov-io commented Sep 5, 2016

Current coverage is 90.39% (diff: 100%)

Merging #931 into development will increase coverage by 0.01%

@@           development       #931   diff @@
=============================================
  Files               26         26          
  Lines              780        781     +1   
  Methods            142        142          
  Messages             0          0          
  Branches           115        115          
=============================================
+ Hits               705        706     +1   
  Misses              75         75          
  Partials             0          0          

Powered by Codecov. Last update 3606592...aff0dbb

…because every template which uses such a module would anyway import FormsModul which is now no longer necessary
@valorkin
Copy link
Member

valorkin commented Sep 6, 2016

Agreed, this should fix an issue, let me check it locally

@valorkin valorkin merged commit b5c8448 into valor-software:development Sep 6, 2016
jtomaszewski pushed a commit to jtomaszewski/ng2-bootstrap that referenced this pull request Oct 22, 2016
…esent (valor-software#931)

* try to fix valor-software#929 by importing FormsModule because the selectors use [ngModel]

* export FormsModule in all modules which use ngModel selector binding because every template which uses such a module would anyway import FormsModul which is now no longer necessary

fixes valor-software#929
Gxerxes pushed a commit to Gxerxes/ng2-bootstrap that referenced this pull request Oct 28, 2016
…esent (valor-software#931)

* try to fix valor-software#929 by importing FormsModule because the selectors use [ngModel]

* export FormsModule in all modules which use ngModel selector binding because every template which uses such a module would anyway import FormsModul which is now no longer necessary

fixes valor-software#929
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No provider for NgModel when running tests
3 participants