-
[gulp serve] is including typescript spec files when it builds index.modules.js and throws errors because it cannot find mock methods.
``` javascript
{
"generator-gulp-angular": {
"version": "0…
-
The categories in the eslint documentation (http://eslint.org/docs/rules/) help to get an overview, what rules are useful for what use cases.
Eslint has the following categories. I marked those which…
-
I see you have a controller name `jwt_auth.js`
under this directory
`angular/app/jwt_auth/jwt_auth.js`
which can be called when i hit the url
`authenticate/data`
likewise an `auth.js` file
in the d…
-
Hello,
I'm trying to use this loader to annotate the output of Babel, however it doesn't seem to work.
This is my grunt config:
```
module: {
loaders: [
{ test: /\.js$/,
…
-
Hi there,
I tried to upgrade to AJS1.2 today and ran into the issue that I was not able to call CORS resources. It worked without any problems before. Even adding:
``` javascript
RestangularProvider…
-
It doesn't appear that it is currently possible to assign custom methods, etc... to an entity via `addResponseInterceptor`:
```
users.addResponseInterceptor(function(users, headers, method, url) {
…
-
Hi, i have a question about post queries.
I am trying to send POST query to my backend, and catch the object in response.
But returned object contain a lot of extra data.
I just want get a pure object…
-
Hey there! we are using this module, and it's being really well :+1: , till now.
I was thinking why not using superagent with promises instead, enable us to be more compatible with Webpack or Browser…
-
You seem to have a great project going on and it would be nice to have a description of what it can do if possible :)
Is it currently in a working state? Can the library be used in my projects as wel…
-
Hi mgonto,
I found your faq at https://github.com/mgonto/restangular#how-can-i-access-the-unrestangularized-element-as-well-as-the-restangularized-one
I would like to know where I should put that se…