[AngularJS] Potential bug when compileProvider debugInfoEnabled is set to false

2014-10-22 Thread Cim balli
Hi, there may be a bug when compileProvider debugInfoEnabled is set to false, or maybe it's a misuse from me. The problem is, when I set compileProvider debugInfoEnabled, angular.element($('#id')).scope() returns undefined. When compileProvider debugInfoEnabled is set to true, there is no proble

Re: [AngularJS] Unknown provider: $mdBottomSheetProvider <- $mdBottomSheet, Why??

2014-10-22 Thread Mauricio nunes
Yes! I guess is some version problems I change The lib version and it works. Em 22/10/2014 19:47, "Raul Vieira" escreveu: > Have you registered the module as a dependency of your module? > > Raul > > Sent from my iPhone > > On Oct 22, 2014, at 10:40 AM, Mauricio nunes > wrote: > > Them came from

Re: [AngularJS] Unknown provider: $mdBottomSheetProvider <- $mdBottomSheet, Why??

2014-10-22 Thread Raul Vieira
Have you registered the module as a dependency of your module? Raul Sent from my iPhone > On Oct 22, 2014, at 10:40 AM, Mauricio nunes > wrote: > > Them came from angular-material.min.js, right? > and I pass $mdBottomSheet service as a parameter in my controller. > > > > 2014-10-22 12:31 G

Re: [AngularJS] How to use acute-select

2014-10-22 Thread Rudy Sanchez
thats all the relevant code. The confusing part is that I am retrieve 'JobItems' through 'Job'. So Im not sure where to start, am I trying to retrieve the JobItemName incorrectly? I would think "currentItem.JobItems.JobItemName " is the way to set it up but I cant get it to work on a angular-ui typ

Re: [AngularJS] How to use acute-select

2014-10-22 Thread Adrian Lynch
Is there any more code surrounding the portions you've posted? I've just downloaded the code from the demo page and it's working for a simple example: acute-select Acute Select var app = angular.module("AcuteSelectDemo", ['acute.select']); app.controller("MainCtrl", function ($sco

Re: [AngularJS] Sorry - simple problem I'm not seeing.

2014-10-22 Thread Adrian Lynch
Change from EMIT to EMIT On 22 October 2014 21:46, Jonathan Price wrote: > I know there's something dumb here, cause this is a crazy simple example. > Anyone clear it up for me? > > http://plnkr.co/edit/6VoUBall5kFQ9T78gQfa?p=preview > > -- > You received this message because you are subscribed

[AngularJS] Re: Sorry - simple problem I'm not seeing.

2014-10-22 Thread Jonathan Price
Idiot! I got it. Thanks. On Wednesday, October 22, 2014 1:46:08 PM UTC-7, Jonathan Price wrote: > > I know there's something dumb here, cause this is a crazy simple example. > Anyone clear it up for me? > > http://plnkr.co/edit/6VoUBall5kFQ9T78gQfa?p=preview > -- You received this message

[AngularJS] Sorry - simple problem I'm not seeing.

2014-10-22 Thread Jonathan Price
I know there's something dumb here, cause this is a crazy simple example. Anyone clear it up for me? http://plnkr.co/edit/6VoUBall5kFQ9T78gQfa?p=preview -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop re

[AngularJS] Fbutil syncArray with angularFire

2014-10-22 Thread Sebastian Nielsen
Hello guys, I was hoping to get some help with sync problem that i'm having. I'm including the stackoverflow link for easier readability. -- You received this message because you are subscribed to the Google Grou

[AngularJS] Re: [angular.js] Re: DI for module.config

2014-10-22 Thread Noman Sadiq
Hi Jamey, Can you please tell me do you find any way to construct a dynamic route in config or any alternative way. I am also getting same issue and still not find a solution of that. Thanks On Thursday, May 17, 2012 9:52:44 PM UTC+2, James Wright wrote: > > Thanks, I figured there must be s

Re: [AngularJS] Unknown provider: $mdBottomSheetProvider <- $mdBottomSheet, Why??

2014-10-22 Thread Mauricio nunes
Them came from angular-material.min.js, right? and I pass $mdBottomSheet service as a parameter in my controller. 2014-10-22 12:31 GMT-02:00 Emmanuel DEMEY : > Where the $mdBottomSheet service come from ? is it one of your service ? > or coming from ans external lib ? > Manu > > 2014-10-22 15:4

Re: [AngularJS] Unknown provider: $mdBottomSheetProvider <- $mdBottomSheet, Why??

2014-10-22 Thread Emmanuel DEMEY
Where the $mdBottomSheet service come from ? is it one of your service ? or coming from ans external lib ? Manu 2014-10-22 15:44 GMT+02:00 Mauricio nunes : > > > > BottomSheet > > > > > > > > > > Open a Bottom Sheet! > > > > > > > > > > > > > > var app = a

[AngularJS] Unknown provider: $mdBottomSheetProvider <- $mdBottomSheet, Why??

2014-10-22 Thread Mauricio nunes
BottomSheet Open a Bottom Sheet! var app = angular.module('app', ['ngMaterial']); app.controller('MyController', function($scope, $mdBottomSheet) { $scope.openBottomSheet = function() { $mdBottomSheet.show({ template: 'Hello!

Re: [AngularJS] Who uses Karma?

2014-10-22 Thread Raul Vieira
I would expect most applications written with Angular and having unit tests would be run with Karma. > On Oct 21, 2014, at 5:39 PM, Brendan Kirby wrote: > > Does anyone know any popular applications that use Karma for unit testing? > > Thanks > > -- > You received this message because you ar

[AngularJS] Memory Leak tracing

2014-10-22 Thread Sean Amoroso
Is there any documentation that can describe how ng-view and other ng-* components handle memory allocation? I am using the 3 snapshot technique to track down some memory leaks and it is very difficult to determine if angular is keeping something in cache or it is a true memory leak. I am runn

[AngularJS] Re: Tracking view change by Google Analytics

2014-10-22 Thread Mark Phillips
Add to index.html: (function(i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r;i[ r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments);}, i[r].l = 1 * new Date();a = s.createElement(o),m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g;m.parentNode.insertBefore(a, m);})