Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Running on localhost #75

Open
joshuar500 opened this issue Aug 7, 2016 · 2 comments
Open

Running on localhost #75

joshuar500 opened this issue Aug 7, 2016 · 2 comments

Comments

@joshuar500
Copy link

Hi,

I am getting a 404 when I put this as base: 'http://localhost:3000/_ah/api'

I'm running this using gulp. Any ideas?

@maximepvrt
Copy link
Owner

@sankulka
Copy link

sankulka commented Sep 22, 2016

Hi,
I am trying this demo on the localhost. While adding a new contact, on clicking "Add" button, it's not going further and I don't see any contacts on home page. In controller.add.js file, the control doesn't go to $state.go('home'); line:

_function homeCtl($scope, GApi, $state) {
    $scope.submitAdd = function() {
        GApi.executeAuth('myContactApi', 'contact.add', $scope.contact).then(function(resp) {
            $state.go('home');
        });

BTW, I have downloaded js and html files from app and partial folders. I didn't downloaded files from bower-components folder and using from the standard distribution.
Did you override any files into that folder ?

Appreciate any help on this. Thanks in advance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants