version info
Closed this issue · 1 comments
gargankit90 commented
us156391:meteor-app agarg10$ meteor list
accounts-password 1.0.6 Password support for accounts
aldeed:autoform 4.2.0* Easily create forms with automatic insert and update, and automatic reactive...
aldeed:collection2 2.3.1* Automatic validation of insert and update operations on the client and server.
anti:fake 0.4.1 Random text and data generator
autopublish 1.0.2 Publish the entire database to all clients
coffeescript 1.0.5 Javascript dialect with fewer braces and semicolons
fastclick 1.0.2 Faster touch events on mobile
fourseven:scss 1.0.0* Style with attitude and autoprefixer.
insecure 1.0.2 Allow all database writes by default
iron:router 1.0.7 Routing specifically designed for Meteor
matb33:collection-hooks 0.7.9 Extends Mongo.Collection with before/after hooks for insert/update/remove/fi...
meteor-platform 1.2.1 Include a standard set of Meteor packages in your app
meteoric:autoform-ionic 0.1.4 Ionic theme for Autoform
meteoric:ionic 0.1.10* Ionic components for Meteor. No Angular!
meteoric:ionic-sass 0.1.7* Ionic's CSS Framework in SASS and bundled for Meteor.
meteoric:ionicons-sass 0.1.5 Ionic's Ionicons library in SASS and bundled for Meteor.
mquandalle:jade 0.4.1 Jade template language
natestrauser:font-awesome 4.2.0_1* Latest version Font-Awesome loaded via CDN
percolate:velocityjs 1.1.0* Wrapper for velocity.js includes ui pack
reactive-var 1.0.4 Reactive variable
stylus 1.0.6 Expressive, dynamic, robust CSS
useraccounts:ionic 1.4.1* Accounts Templates styled for Ionic.
zimme:iron-router-active 1.0.1 Active route/path template helpers for iron:router
* New versions of these packages are available! Run 'meteor update' to try to update those packages to their
latest versions. If your packages cannot be updated further, try typing `meteor add <package>@<newVersion>` to
see more information.
us156391:meteor-app agarg10$
gargankit90 commented
Serving from the file system? Add your files into the workspace.
more
2289
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2290
//
2291
// 1
2292
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2293
2294
}).call(this);
2295
2296
2297
2298
2299
2300
2301
(function () {
2302
2303
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2304
// //
2305
// packages/meteoric:ionic/components/ionPopover/template.ionPopover.js //
2306
// //
2307
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2308
//
2309
// 1
2310
Template.__checkName("ionPopover"); // 2
2311
Template["ionPopover"] = new Template("Template.ionPopover", (function() { // 3
2312
var view = this; // 4
2313
return HTML.DIV({ // 5
2314
"class": "popover-backdrop" // 6
2315
}, "\n ", HTML.DIV({ // 7
2316
"class": "popover-wrapper" // 8
2317
}, "\n ", HTML.DIV({ // 9
2318
"class": "popover" // 10
2319
}, "\n ", HTML.Raw('<div class="popover-arrow"></div>'), "\n ", Blaze._InOuterTemplateScope(view, function() {
2320
return Spacebars.include(function() { // 12
2321
return Spacebars.call(view.templateContentBlock); // 13
2322
}); // 14
2323
}), "\n "), "\n "), "\n "); // 15
2324
})); // 16
2325
// 17
2326
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2327
2328
}).call(this);
2329
2330
2331
2332
2333
2334
Pause On Caught Exceptions
Call Stack
Async
Not Paused
Breakpoints
No Breakpoints
DOM Breakpoints
XHR Breakpoints
Event Listener Breakpoints
Not Paused
.
meteoric_ionic.js:2718 Uncaught TypeError: Cannot read property 'side' of null
http://localhost:3000/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)
.
Template.ionSideMenuContainer.created = function () { // 5
this.side = this.data.side || 'both'; // 6
};