Top "Breeze" questions

Breeze is a JavaScript library that helps manage data in a rich client application.

OData query filter for dateTime range

I have a DateTime property in the data returned by a service that looks like "SDateTime":"2014-06-29T03:30:00.000". I …

odata breeze
How to consume OData service with Html/Javascript?

Our project currently uses Silverlight to consume an Odata service. This has made life pretty simple since we can just …

javascript jquery odata breeze jaydata
angularjs module dependencies

I've defined my main module as such: angular.module('domiciliations', ['domiciliations.service', 'loggerService', 'person.directives']). config(['$routeProvider', function ($routeProvider) { $…

angularjs dependencies breeze
AngularJs console.log "$q is not defined"

I am getting this error in the console $q is not defined. When I did some research I found some …

angularjs breeze promise angular-promise
Alternative to Breeze.js?

Is there an alternative to Breezejs that does not require .Net or Enterprise Framework Connector or database, and works with …

breeze
how to make an Angular.js app offline with server sync when available

I'm looking for an approach or a library that handles this. the idea is to store data in localstorage and …

javascript html angularjs offline breeze
How to correctly chain conditional(?) promises with Q.js

I've still not quite got a complete understanding of promises so apologies if this is a simple misunderstanding. I have …

javascript breeze durandal q
Knockout - Using foreach and sort together

I am having trouble combining the foreach binding with a sort. I have a list bound like so: <article …

knockout.js foreach breeze ko.observablearray
Date formatting issues with Knockout and syncing to breeze.js entityAspect modified

Ok, so this is not a first, but I'm having a hard time getting a date. ;-) I'm using Breeze, …

date knockout.js breeze
Spin icon freezes while loading records

I am trying to load records using breeze. While loading record i am showing spin icon. But somehow spin icon …

javascript html breeze gif