Giter Club home page Giter Club logo

Comments (6)

deedubbleyoo avatar deedubbleyoo commented on June 11, 2024

does your karma.conf file load in the firebase.js file correctly (you may also want to check angularFire file is loaded too as I am assuming you have used it)

e.g.

files = [
MOCHA,
MOCHA_ADAPTER,
'app/components/angular/angular.js',
'test/lib/angular-mocks.js',
'app/components/chai/chai.js',
'app/components/sinon/lib/sinon.js',
'app/components/sinon-chai/lib/sinon-chai.js',
'https://cdn.firebase.com/v0/firebase.js',
'app/components/angularFire/angularfire.min.js',
'app/scripts/.js',
'app/scripts/__/
.js',
'test/unit//.js',
'test/
.js'
];

from angularfire.

anantn avatar anantn commented on June 11, 2024

I've removed the TODOMVC example from the master branch in favor of the casperjs tests. You should be able to run them via make test.

from angularfire.

charlespeach avatar charlespeach commented on June 11, 2024

@anantn Is there any reason the TODOMVC example was removed? Im having trouble with your video example here with the latest versions of angularFire: http://www.youtube.com/watch?v=C7ZI7z7qnHU

from angularfire.

johnsoftek avatar johnsoftek commented on June 11, 2024

There have been two changes to the angularFire call since that video: the first parameter must be a Firebase reference rather than a url and the fourth parameter has been dropped e.g.

angularFire(url, $scope, 'todos', [])

becomes:

var ref = new Firebase(url);
angularFire(ref, $scope, 'todos')

from angularfire.

anantn avatar anantn commented on June 11, 2024

@charlespeach There's also a version of the demo (with source code) on todomvc.com itself: http://todomvc.com/labs/architecture-examples/firebase-angular/#/

from angularfire.

charlespeach avatar charlespeach commented on June 11, 2024

Awesome thanks for that! I'm enjoying using firebase.
On Sep 14, 2013 5:22 AM, "Anant Narayanan" [email protected] wrote:

@charlespeach https://github.com/charlespeach There's also a version of
the demo (with source code) on todomvc.com itself:
http://todomvc.com/labs/architecture-examples/firebase-angular/#/


Reply to this email directly or view it on GitHubhttps://github.com//issues/23#issuecomment-24410337
.

from angularfire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.