Skip to content

Error callback and bug fix

Compare
Choose a tag to compare
@ghiden ghiden released this 18 Aug 10:01
· 337 commits to master since this release

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.