greenkeeper[bot] on webpack-4.41.3
greenkeeper[bot] on webpack-4.41.3
chore(package): update webpack … (compare)
greenkeeper[bot] on semver-7.0.0
chore(package): update semver t… (compare)
greenkeeper[bot] on can-super-model-2.0.0
fix(package): update can-super-… (compare)
greenkeeper[bot] on can-define-rest-model-2.0.0
fix(package): update can-define… (compare)
greenkeeper[bot] on can-define-realtime-rest-model-2.0.0
fix(package): update can-define… (compare)
greenkeeper[bot] on can-connect-ndjson-2.0.0
fix(package): update can-connec… (compare)
greenkeeper[bot] on @octokit
greenkeeper[bot] on @octokit
chore(package): update @octokit… (compare)
scope.indexNum
should be indexNum
?
<x-import>
) and its content is the stache view and the VM gets passed into this view
<x-entnahmestelle-list>
will be rendered but {{bar}}
or vm:msg:to="bar"
will not work
content
maybe some new special tag
serialize: false
!!!
#let
helper that can be used like #with
but without creating a new scope
can-template
<can-import from="spectre-canjs/sp-toast/sp-toast.stache" value:to="scope.vars.toast" />
<div class="toasts">
{{#for(toast of toasts)}}
{{#with(toast)}}
{{>scope.vars.toast}}
{{/with}}
{{/for}}
</div>
replace: function (oldElements, newFrag) {
// The following helps make sure that a selected <option> remains
// the same by removing `selected` from the currently selected option
// and adding selected to an option that has the same value.
var selectedValue,
parentNode = oldElements[0].parentNode;
if(parentNode.nodeName.toUpperCase()
The error is because "parentNode" is undefined
{{#if(projectsPromise.isPending)}}
<div class="loading"></div>
{{else}}
<dl-autocomplete
options:from="autoCompleteOptions"
on:value="setSelectedSearch(scope.arguments.0.0)"></dl-autocomplete>
{{#if(selectedProject)}}
Error occurs here when selectedProject gets set
{{/if}}
{{/if}}