Search found 24 matches

Go to advanced search

by Ravenight
Sat Aug 29, 2015 11:24 am
Forum: Issues
Topic: AngularJS - Google Maps Config to add Places library
Replies: 4
Views: 730
 
Jump to post

AngularJS - Google Maps Config to add Places library

Here is the answer/workaround. Edit the app.js file. Put the following code, in the function: function Configuration($routeProvider, $controllerProvider,....... // configure google maps async provider uiGmapGoogleMapApiProvider.configure({ // key: 'your api key', v: '3.17', libraries: 'weather,geome...
by Ravenight
Tue Aug 04, 2015 12:08 pm
Forum: Issues
Topic: MongoDB $text and $search
Replies: 10
Views: 1373
 
Jump to post

MongoDB $text and $search

My use case is: records with user entered title (string: s_title), user input in paragraph form (string: s_description) and user created tags (array: a_tags). I need to search across these fields and return the results sorted by relevance. http://docs.mongodb.org/manual/refere... This is easily acco...
by Ravenight
Tue Jul 28, 2015 12:52 pm
Forum: Issues
Topic: MongoDB $text and $search
Replies: 10
Views: 1373
 
Jump to post

MongoDB $text and $search

I would like to make use of $text and $search - which are available as indicated here by Evgene: https://getsatisfaction.com/apperyio/... How do I ensure I am searching on a text index and how do I create a text index that contains two or more columns? Is there an example that could be provided that...
by Ravenight
Sat Jul 25, 2015 12:16 pm
Forum: Issues
Topic: Which Mongodb version runs on the backend and does it support text indexes and $text and $search operators?
Replies: 8
Views: 1346
 
Jump to post

Which Mongodb version runs on the backend and does it support text indexes and $text and $search operators?

I would like to make use of $text and $search as well, how do I ensure I am searching on a text index and how do I create a text index that contains two or more columns? Is there an example that could be provided that shows how to make this work? I would like to make this function correctly: http://...
by Ravenight
Mon Jun 08, 2015 12:35 pm
Forum: Issues
Topic: How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Replies: 26
Views: 3184
 
Jump to post

How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?

I have figured out part of this. When you copy and paste from the instructions, it changes the " into a different value. You need to delete the " and type it in directly into the URLs. You also need to be sure the name of the module matches.

by Ravenight
Sun Jun 07, 2015 1:20 pm
Forum: Issues
Topic: How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Replies: 26
Views: 3184
 
Jump to post

How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?

This still isn't working for me. I have tried completely fresh apps - both Ionic and Bootstrap - and both throw errors when following the Dependency Manager instructions. Ionic throws: " WARNING: Tried to load angular more than once. ionic.bundle.js:34397" " Uncaught Error: [$injector...
by Ravenight
Sun Jun 07, 2015 12:56 pm
Forum: Issues
Topic: session is not connected
Replies: 20
Views: 2645
 
Jump to post

session is not connected

I am now getting this too. Chrome and Firefox for windows. Moblie andriod tester app still works though.

..link removed...

Here is the error: Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Update: 10 mins later and its working again.

by Ravenight
Wed Jun 03, 2015 12:52 pm
Forum: Issues
Topic: External Lib google maps geometry - AngularJS - Bootstrap
Replies: 8
Views: 1160
 
Jump to post

External Lib google maps geometry - AngularJS - Bootstrap

As I was trying to add the places library I believe I discovered a related item. The angular-google-maps has added the "geometry" library and regardless of my external attempt to load this is irrelevant. I disabled the call to this external library and my geometry continued to work. I noti...
by Ravenight
Wed Jun 03, 2015 12:39 pm
Forum: Issues
Topic: AngularJS - Google Maps Config to add Places library
Replies: 4
Views: 730
 
Jump to post

AngularJS - Google Maps Config to add Places library

I need to add the "Places" library to my Angular-Google-Maps. How do I do this in the framework or where can I find the following: code .config(function(uiGmapGoogleMapApiProvider) { uiGmapGoogleMapApiProvider.configure({ // key: 'your api key', v: '3&#4...
by Ravenight
Wed Jun 03, 2015 11:20 am
Forum: Issues
Topic: AngularJS - How do I access uiGmapIsReady for Angular-Google-Maps?
Replies: 2
Views: 586
 
Jump to post

AngularJS - How do I access uiGmapIsReady for Angular-Google-Maps?

I need to access the uiGmapIsReady promise to add geometry and place controls to the map. Is that possible within the framework? code uiGmapIsReady.promise(1).then(function(instances) { instances.forEach(function(inst) { var map = inst.map; var uuid = map.uiGm...

Go to advanced search