Steve Saxton
Steve Saxton
when i call to check valid ``` this.checkValid = function(form) { return !!(form && form.$valid); }; ``` Here . form.$valid = undefined This is because i have an OPTIONAL control...
These two small additions fix the issues raised in (Closes, #286) and (Closes, #287)
I have set up a 'plnker' to demonstrate a common issue when users fill in forms, that have values later on that are dependant on and validated by values put...
> npm install -g ember-tools npm http GET https://registry.npmjs.org/ember-tools npm http 304 https://registry.npmjs.org/ember-tools npm http GET https://registry.npmjs.org/sync-prompt npm http GET https://registry.npmjs.org/commander npm http GET https://registry.npmjs.org/fleck npm http GET https://registry.npmjs.org/cli-color npm...
I have a React Component to display some text in a DIV and trap the click / tap / touch. ``` var React = require('react'); var Tab = React.createClass({ handleTouchTap:...
angular.js:13920 Error: [jqLite:nosel] Looking up elements via selectors is not supported by jqLite!
When running the app under Angular 1.5.8 i get the following message ``` angular.js:13920 Error: [jqLite:nosel] Looking up elements via selectors is not supported by jqLite! ``` it is thrown...
**Describe the bug** when running the example given in the docs, in ACT, it generates the error **To Reproduce** Steps to reproduce the behavior: 1. used the workflow and actions...
when configured with more than one host such as when passing this type of configuration ``` { host: 'db-host-01, db-host-02, db-host-03', username: 'db-user', password: 'db-pasword', database: 'db', collection: 'cached', compression:...