breeze Questions
2
I am injecting the entityManagerFactory into Angular but I am getting an error. This is being done in the datacontext module just like John Papa's example. The error is unknown provider. I am inclu...
3
I am trying to load records using breeze. While loading record i am showing spin icon. But somehow spin icon seems to stop while records are being loaded in grid.
Here is my html
<div id="show...
Sheeting asked 9/7, 2014 at 14:44
2
I'm writing a SPA in Durandal 2.1. So far so good. However, I'm having great difficulties in selecting the right Data Persistence library to communicate with my PHP (Laravel) REST API.
The number ...
6
Solved
Is there a way to create typed entities using Breeze in the same way that JaySvcUtil works for JayData? Does this include Typescript support - also is there general Typescript support within the Br...
Phthisic asked 11/12, 2012 at 9:28
2
Solved
I have a project that i right now have set up with BreezeJS.
Not knowing what goes on inside BreezeJS to the full scope, but just accepted that it works, i have my items shown on screen basically f...
Fellah asked 16/4, 2013 at 11:3
1
I was able to create an OData (v3) service with WebApiOdata and EntityFramework at server side and Breeze at client side thanks to this document.
Now I'd like to do the same with the version 4 of O...
Harmful asked 27/7, 2014 at 16:52
3
Solved
I'm working on an SPA which is using breeze for data access. I want to create an instance of metadata as soon as possible, and I suppose that would be after this has completed initialization:
var ...
3
Solved
I'm looking for an approach or a library that handles this. the idea is to store data in localstorage and sync to the backend when a connection is available, http://pouchdb.com/ looks like a cool s...
Closeknit asked 21/2, 2013 at 15:0
2
Solved
Breeze Server - for Web API 2 version 1.4.8 in Nuget installs Microsoft.Data.OData Version=5.6.1, yet references version 5.6.0.
See error below:
Metadata query failed for: *; Could not load file ...
Guffaw asked 20/3, 2014 at 10:22
1
Is there any php framework that implements odata protocol, native or by extension?
I need to use breezejs on the client and I hope I don't have to implement all the server side work of odata...
2
I am getting this error in the console $q is not defined. When I did some research I found some thing like .q library has been deprecated from
http://www.breezejs.com/documentation/breeze-labs/bre...
Bouchier asked 13/3, 2014 at 13:11
2
Solved
When trying to implement the session part in the tutorial of John Papa Pluralsight Video.
I got the following error:
Uncaught TypeError: Object # has no method 'extendQ'
(function () {
'use s...
2
Solved
Using Breeze, what is the simplest way to populate a GUID key when an entity is created?
2
Solved
I want to put a "Delete" button and a "Cancel" button on each row of a list of Customers. The "Cancel" button is disabled when a customer is "Unchanged". But when a customer transitions to a change...
Haggis asked 12/1, 2013 at 21:0
1
In Ward's article "The Breeze Server: Have It Your Way":
The typical business application has a minimum of 200 domain model
types. 90+% of the time the shape of the data I'm sending over the
w...
Ilyssa asked 28/3, 2014 at 10:49
1
While I already posted a similar question (Breeze compatible SPA building) and likely started something good going between IdeaBlade and Telerik as a consequence, I believe that Breeze deserves a l...
Predestinarian asked 8/11, 2013 at 22:15
4
Solved
Our project currently uses Silverlight to consume an Odata service. This has made life pretty simple since we can just reference the OData service thus giving us generated service reference/entitie...
Admetus asked 11/4, 2012 at 19:11
6
Solved
I met this Breeze error
[Illegal construction - use 'or' to combine checks]
on Chrome when loading the edit page of an entity. When I refresh the page, the error message no longer appears. T...
Monandrous asked 23/2, 2014 at 15:28
3
Solved
I have a complex query that returns item counts. If I run a query on the client, will it always return the objects, or is there a way to just return the item counts without sending the object array...
Privation asked 6/5, 2013 at 1:33
2
I found this SO answer:
MaxExpansionDepth with latest webapi and breeze
But this only applies to a single method on the controller. Applying the BreezeQueryable attribute to the controller itself ...
Ambrosio asked 7/2, 2014 at 18:41
1
Solved
I have a project where I'm using BreezeJS to fetch data from my webserver. I'm using AngularJS with the ui-select2 module. Currently, I have it where when I load my page, breezejs makes a call to f...
Assertive asked 5/2, 2014 at 19:33
2
Solved
I use a angular $http interceptor, to check if a ajax request returns 401 (not authenticated).
If response is 401, the original request gets queued, a login form is shown and after login successful...
Brabble asked 24/1, 2014 at 7:52
4
Solved
I develop an asp.net mvc solution with durandal/breeze.
I have a dropdown where list is populated from an Enum provided by Entity Framework Code First. Here is the model server side:
public enum ...
Polygnotus asked 31/3, 2013 at 17:6
2
Solved
The Problem
I'm just trying to figure out exactly how much of my own security I need to implement on the server side when saving changes in Breeze. In particular, I'm thinking about how a maliciou...
Placida asked 4/7, 2013 at 13:40
2
Solved
I'm currently using Breeze.js (version 1.4.1) along with the HotTowel template, and everything is working wonderfully.
However, I was wondering if there is a way to have breeze include in the requ...
Cari asked 13/12, 2013 at 19:19
© 2022 - 2024 — McMap. All rights reserved.