--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
My non angular launch and index html files include fhir-client.js. In my angular versions I should be accessing fhir-client-angularjs.js instead, is that correct?
On Sun, Jan 31, 2016 at 7:20 AM, Phil Oxenberg <phil.o...@gmail.com> wrote:
Thanks for the info. I'll keep you posted on my findings.
--
You received this message because you are subscribed to a topic in the Google Groups "SMART on FHIR" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/smart-on-fhir/LfB613I5l8w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to smart-on-fhi...@googlegroups.com.
I get a "ReferenceError: angular is not defined fhir-client-angularjs.js:6261:5". At this line, angular.module('ng-fhir', ['ng']);Thanks
This is from my launch page which aside from the change in fhir client js, remains untouched.
TypeError: Adapter.get(...) is undefined fhir-client-angularjs.js:6515:3
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script src="https://rawgithub.com/smart-on-fhir/client-js/master/dist/fhir-client-angularjs.js"></script>
<script>
FHIR.oauth2.authorize({
"client_id": "my_web_app",
"scope": "patient/*.read"
});
</script>
</head>
Loading...
</html>
On Tue, Feb 2, 2016 at 11:23 AM, Phil Oxenberg <phil.o...@gmail.com> wrote:
My non angular launch and index html files include fhir-client.js. In my angular versions I should be accessing fhir-client-angularjs.js instead, is that correct?
On Sun, Jan 31, 2016 at 7:20 AM, Phil Oxenberg <phil.o...@gmail.com> wrote:
Thanks for the info. I'll keep you posted on my findings.
On Sat, Jan 30, 2016 at 9:03 AM, Nikolai Schwertner <nikolai.s...@gmail.com> wrote:
--
You received this message because you are subscribed to a topic in the Google Groups "SMART on FHIR" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/smart-on-fhir/LfB613I5l8w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to smart-on-fhi...@googlegroups.com.