Error callback and bug fix
Feature:
- Error callback for $http.get
Bug fix:
- When used inside a directive with isolate scope, remote-url-response-formatter became undefined. The formatter function was bound immediately in the link function but now it is evaluated when it gets called.
Misc:
- Update remote API example to use Github Search API.