Search found 2 matches

Go to advanced search

by Chris Poulos
Fri Apr 04, 2014 7:56 pm
Forum: Issues
Topic: where clause formatting
Replies: 1
Views: 68
 
Jump to post

where clause formatting

below hard coded returns only the records filtered by the hikeId as expected. for (i = 0; i < locationHelper.hikeInfoHikeId.length; i++){ console.log("hikeInfoHikeId:"+ locationHelper.hikeInfoHikeId ); var hikeId=locationHelper.hikeInfoHikeId ; console.log("the hikeId is :"+hikeI...
by Chris Poulos
Tue Apr 01, 2014 2:12 am
Forum: Issues
Topic: code not rebuilding
Replies: 1
Views: 85
 
Jump to post

code not rebuilding

I am testing my code and looking at the console. I see my log statements. I then change the same console.log, save and run, and I do not see my changes reflected in the console. Seems like it is running a previous image and not building my new code.

Go to advanced search