angular-meteor Questions

2

While downloading [email protected]...: error: certificate has expired While downloading [email protected]...: error: certificate has expired While downloading alanning:[email&#160...

2

Solved

using angular-meteor v 0.9 trying to get a pre-packaged AngularMeteor-SmartAdmin example app to load properly Getting error: Error: [ng:btstrpd] App Already Bootstrapped with this Element 'docum...
Archaeo asked 13/6, 2015 at 19:20

2

Solved

I have a few script tags I want removed on a condition. In the DOM I see that they are not there (they're commented out), but i still see console spew from them. Are the script tags loaded regardle...
Bumgardner asked 8/2, 2016 at 7:26

3

Solved

I am using Meteor 1.6 and AngularJS (Angular 1) and am having issues in my /server/main.js file. I am trying to do an import like this: import { FS } from 'meteor/cfs:filesystem'; So Meteor is a...
Trine asked 30/12, 2017 at 22:26

2

Solved

I'm trying to refactor my code to ES6. I'm using angular-meteor and ng-table. Before refactoring, the data is shown on the table. However, after refactoring to ES6 syntax, the data doesn't show any...
Alexandria asked 13/9, 2016 at 11:37

1

In Angular "Todo App" tutorial on official meteor.com website in constructor there's: $scope.viewModel(this); In "Socially" tutorial on angular-meteor.com it looks like the very same thing is ac...
Felizio asked 15/6, 2016 at 9:53

2

I am trying to get warnings for a certain address in my MongoDb, using a combination of Meteor and Angular.js In my html file, I'm doing <div ng-controller = "myController as myCtrl"> {{myC...
Motel asked 9/5, 2015 at 13:52

5

I am building a page for admin in angular-meteor. I have published all the records from a collection: "posts" and have taken the subscription of all the records on front end. $meteor.subscribe('p...

1

Solved

I'm trying to filter some channels depending on the selected category. I have an ng-repeat of channel in channels which has an ng-if="hasCategory(channel.category) Here's the document: db.channe...
Imitate asked 27/1, 2016 at 14:33

4

Solved

I just upgraded to angular-meteor 1.2. I also upgraded the angular package. App won't start. I am getting the following error message: **error: conflict: two packages included in the app (angular-...
Howie asked 10/11, 2015 at 15:9

8

I am new to Meteor and AngularJs. I am trying to follow the example app on https://github.com/lvbreda/Meteor_angularjs but I have not been able to get it working so far. I am getting an error 'app...
Babar asked 31/3, 2013 at 7:54
1

© 2022 - 2024 — McMap. All rights reserved.