Lance
Member since Jan 4, 2013
- Profile: /members/10550-lance.htm
- Comments: 2
Recent Blog Comments By Lance
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 4, 2013 at 1:08 PM
@Ben HOLY CRAP!! You're Brilliant Borrowed a little code from http://www.bennadel.com/blog/124-Ask-Ben-Converting-a-Query-to-an-Array.htm and away we go. <code> <cfscript> a = createObject('component','angular'); getIndex = a.getIndex(); indexArray = a.queryToArray(getIndex); ... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 4, 2013 at 12:22 PM
Blog post suggestion. Looping through a cfquery with ng-repeat. You inspired me to try to learn AngularJS but for the the obvious first thing to try was outputting a query and I'm already struck lol. No prob with jQuery but Angular and no i=1 has me stumped. I sent you an email with a simple exam... read more »