This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: undefined, resolving symbol ApplicationModule in /Users/ajay.guthikonda/development/os/seed2/node_modules/@angular/core/src/application_module.d.ts | |
at simplifyInContext (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/static_reflector.ts:528:15) | |
at StaticReflector.simplify (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/static_reflector.ts:532:18) | |
at StaticReflector.annotations (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/static_reflector.ts:92:28) | |
at _loop_1 (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/codegen.ts:63:48) | |
at CodeGenerator.readFileMetadata (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/codegen.ts:57:22) | |
at /Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/codegen.ts:105:56 | |
at Array.map (native) | |
at CodeGenerator.codegen (/Users/iminar/Dev/angular/modules/@angular/compiler-cli/src/codegen.ts:105:33) | |
at codegen (/Users/ajay.guthikonda/development/os/seed2/tools/tasks/seed/com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var uiODataSimple = (function() { | |
var API = {}; | |
API.DataJS = require('ti.sap.odata'); | |
API.collectionCache = null; | |
API.useXMLNotJSON = true; | |
API.dataType = API.useXMLNotJSON ? 'application/atom+xml' : 'application/json'; | |
API.queryString = '=xml'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict" | |
angular.module("crmApp").factory "DirectoryService", -> | |
DirectoryService = {} | |
employees = [ | |
{name: 'Aaron', title: 'Office Manager', cell: '302-690-8665', office: '302-690-8666', email: '[email protected]', bio: 'Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purusodio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.'} | |
{name: 'Bryan', title: 'Realtor', cell: '302-690-8665', office: '302-690-8666', email: '[email protected]', bio: 'Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purusodio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.'} | |
{name: 'Cathy', title: 'Agent', cell: '302-690-8665', office: '302-690-8666', email: '[email protected]', bio: 'Cras sit amet nibh libero, in gravida |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// blog.clearlyionnovative.com | |
// twitter: @aaronksaunders | |
// | |
// Model file for integration Appcelerator Titanium Alloy with Wordpress JSON Plugin | |
// | |
exports.definition = { | |
config : { | |
"columns" : {}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.definition = | |
config: | |
adapter: | |
type: "rest" | |
name: "Agent" | |
extendModel: (Model) -> | |
_.extend Model::, | |
url: -> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class IosCustomTabBar | |
constructor: (options) -> | |
@tabGroup = options.tabGroup | |
@backgroundImage = options.backgroundImage | |
@initializeUI() | |
initializeUI: -> | |
@createCustomTabBar() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Date: Friday, November 2, 2012 4:02:06 PM Pacific Daylight Time | |
*** Platform Details: | |
*** System properties: | |
apple.awt.graphics.UseOpenGL=false | |
apple.awt.graphics.UseQuartz=false | |
awt.nativeDoubleBuffering=true | |
awt.toolkit=apple.awt.CToolkit | |
derby.system.home=/Applications/Titanium Studio/configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"document":"{\"version\":2,\"contact_name\":\"\",\"agent_uuid\":\"3fb69be8-88d9-4408-9c84-1f945864cc5e\",\"co_agent_uuid\":null,\"contact_email\":null,\"target\":\"seller\",\"co_agent_name\":null,\"pdf\":{\"status\":null,\"generated_at\":null,\"url\":null},\"pages\":[{\"uuid\":\"25cfeed6-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"25d925d2-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"25de5b1a-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"260dc9f4-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"25f77bf4-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"25d8bc14-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"2608037a-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"25d98e78-da8c-11e1-8553-5254001fb410\",\"type\":\"onesheet\",\"options\":[]},{\"uuid\":\"25fa2d72-da8c-11e1-8553-5254001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"document":"{\"version\":2,\"contact_name\":\"Mr. Anderson\",\"agent_uuid\":\"d1c454e8-3757-4c92-94b7-3d24cdfa18f2\",\"co_agent_uuid\":null,\"contact_email\":\"[email protected], [email protected]\",\"target\":\"seller\",\"co_agent_name\":null,\"pdf\":{\"status\":\"ERROR\",\"generated_at\":1343856442,\"url\":\"http://cma.windermere.com/service/cma/downloads/2012/08/963341a0-db4a-11e1-bc91-525400726776.pdf\"},\"pages\":[{\"uuid\":\"cover\",\"type\":\"report\",\"options\":[]},{\"uuid\":\"comparative_market_analysis\",\"type\":\"report\",\"options\":[]},{\"uuid\":\"subject_property_summary\",\"type\":\"report\",\"options\":[]},{\"uuid\":\"property_summary_map\",\"type\":\"report\",\"options\":[]},{\"uuid\":\"listing_detail\",\"type\":\"report\",\"options\":[\"display_detail_page\",\"display_property_photos\"]},{\"uuid\":\"comparisons\",\"type\":\"report\",\"options\":[\"basement\",\"fireplace\",\"garage\",\"roof\",\"heat\",\"view\",\"fuel\"]},{\"uuid\":\"comparable_market_information\" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Finished in 602.67 seconds | |
899 examples, 45 failures, 101 pending | |
Failed examples: | |
rspec ./spec/controllers/admin/listings_controller_spec.rb:25 # Admin::ListingsController POST 'add' should render add | |
rspec ./spec/controllers/admin/listings_controller_spec.rb:29 # Admin::ListingsController POST 'add' assigns the selected_listings as @selected_listings | |
rspec ./spec/controllers/agents_and_offices/agents_controller_spec.rb:31 # AgentsAndOffices::AgentsController GET 'show' should render agent show page | |
rspec ./spec/requests/admin/blog/blog_admin_spec.rb:48 # blog moderation and administration authoring blog_posts lets blog authors insert YouTube videos into a blog post (ENG-5873) | |
rspec ./spec/requests/admin/blog/blog_admin_spec.rb:89 # blog moderation and administration authoring blog_posts lets blog authors insert images into a blog post (ENG-5874) |
NewerOlder