-
Notifications
You must be signed in to change notification settings - Fork 831
Update README.md, some JavaScript faults #976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or 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
Added a note to the docs that the `clone()` method on elements and collections is an alias to `Restangular.copy(obj)`. Saves a bit of time over having to double check the source. Also verified from #299
Added Quran.com
Change "You can't call .one(12)" -> "For example, you can't call .one(12)." This clarifies the expression to make sure people understand .one(12) call is an example of something you can't do.
Fix minor typo in README
Clarify Error Message
Update README.md, setParentless description
Update README: remove reference to listTypeIsArray (deprecated)
Added context/explanation of when to use JSONP.
My server application: https://github.com/oregami/dropwizard-guice-jpa-seed My corresponding client application: https://github.com/oregami/angularjs-rest-client/
Added "Back to top" link above h1 and h2.
add symfony as supported
Fix outdated copyright year (update to 2015) The copyright year was out of date. Copyright notices must reflect the current year. This commit updates the listed year to 2015.
update readme to document .plain() method
Fix Outdated Copyright Year
Fix typo in Readme.
Added Grails Framework
…larize-collection-and-elements Avoid restangularizing an undefined element in restangularizeCollectionAndElements
Browserify angular dependency injection compatiblity
Fixed typo in docs
typo for `normalize`.
PayPal SVG badge
Update README.md
Collaborator
|
This looks like this had a mishap while rebasing…any chance this might be updated to only include the relevant commit(s)? |
Custom patch
Features/umd
Support absolute URL with '//api.example.com' http://stackoverflow.com/a/4661857
Object index are not strings, values are.
Fix query params example in README.md
Honor authority without schema in url
Collaborator
|
I'm going to close this, since it looks like this PR was the original. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix minor typo's, because I heard some were having troubles with the documentation.