Skip to content

Instantly share code, notes, and snippets.

View cfjedimaster's full-sized avatar
😺
Happy, and tired.

Raymond Camden cfjedimaster

😺
Happy, and tired.
View GitHub Profile
$scope.$watch('product+mealtype+keywords', function() {
console.log('change');
$http({
method:'get',
url:API_URL+'search',
cache:true,
params:{
product:$scope.product,
mealtype:$scope.mealtype,
keywords:$scope.keywords
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
["{\"action\":\"opened\",\"issue\":{\"url\":\"https://api.github.com/repos/cfjedimaster/BehanceAPI/issues/1\",\"labels_url\":\"https://api.github.com/repos/cfjedimaster/BehanceAPI/issues/1/labels{/name}\",\"comments_url\":\"https://api.github.com/repos/cfjedimaster/BehanceAPI/issues/1/comments\",\"events_url\":\"https://api.github.com/repos/cfjedimaster/BehanceAPI/issues/1/events\",\"html_url\":\"https://github.com/cfjedimaster/BehanceAPI/issues/1\",\"id\":31905683,\"number\":1,\"title\":\"Testing webhooks\",\"user\":{\"login\":\"cfjedimaster\",\"id\":393660,\"avatar_url\":\"https://avatars.githubusercontent.com/u/393660?\",\"gravatar_id\":\"c2bde7d7dfc8623f121b0eb5a7102930\",\"url\":\"https://api.github.com/users/cfjedimaster\",\"html_url\":\"https://github.com/cfjedimaster\",\"followers_url\":\"https://api.github.com/users/cfjedimaster/followers\",\"following_url\":\"https://api.github.com/users/cfjedimaster/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/cfjedimaster/gists{/gist_id}\"
Answered Questions (26)
--------------------------
1. Ray Camden: Testing for holly
* Holly Schinsky: Testing is working :)
2. Nikhil Juneja: Phonegap recently aanounced the Enterprise program
* Holly Schinsky: @Nikhil, yes, it's a new offering from Adobe for Enterprise developers looking to use our enterprise offerings like Adobe Experience Manager (AEM or CQ), Adobe Analytics and more in their mobile apps, taking advantage of the content already available there.
* Holly Schinsky: @nikhil - check out http://enterprise.adobe.com if you haven't already. There will be a lot more to come on this in the future...
3. Gary: Is there a way when opening the app to make the splash screen stay up longer to avoid a white screen from displaying
Ray Camden:Hit0 - you are a bit early
Ray Camden:hey folks, we will get started in 9 minutes
Fiurboy::)
Holly Schinsky:Welcome everyone :)
Nikhil Juneja:hello
alex 2:hi everyone
Ray Camden:hello
Ray Camden:we will start up in a few minutes
Nikhil Juneja:no worries
Martin:Yea :)
document.querySelector("#camera").addEventListener('touchend', function() {
navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
destinationType: Camera.DestinationType.DATA_URL
});
function onSuccess(imageData) {
var image = document.getElementById('myImage');
image.src = "data:image/jpeg;base64," + imageData;
}
<cfset numberOfRows = 28>
<!--- make a fake query --->
<cfset data = queryNew("name")>
<cfloop index="x" from="1" to="#numberOfRows#">
<cfset queryAddRow(data, {"name":"Name #x#"})>
</cfloop>
<!---
convert into an array of array, so that in
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
<div class="form-group" ng-repeat="field in fields">
<label for="{{field.field_id}}">{{field.field_name}}</label>
<span ng-if="field.field_type == 'D'">
<input type="date" class="form-control" name="{{field.field_id}}" id="{{field.field_id}}">
</span>
<span ng-if="field.field_type == 'T'">
<input type="text" class="form-control" name="{{field.field_id}}" id="{{field.field_id}}">
</span>
<span ng-if="field.field_type == 'DD'">
/* global window,angular */
var deltaDirectives = angular.module('deltaDirectives', []);
deltaDirectives.directive('dynForm', function() {
return {
replace:true,
restrict:"E",
scope:{