Hjjjhhjjviu78 iijjjjjjjjjjjjjjjjhhmnompMahler laz — Sent from Mailbox On Sat, Apr 26, 2014 at 1:24 PM, null <[email protected]> wrote:
> ============================================================================= > Today's topic summary > ============================================================================= > Group: [email protected] > Url: http://groups.google.com/group/angular/topics > - Render different layout views [11 Updates] > http://groups.google.com/group/angular/t/693253c9bd249e20 > - Update array element in filtered view [2 Updates] > http://groups.google.com/group/angular/t/d2d1ea7aeffc8c63 > - Persisting data in angular using localstorage or web storage [3 Updates] > http://groups.google.com/group/angular/t/1d12e4cd6942de76 > - Avoid filter infinite digest without caching JSON string. [1 Update] > http://groups.google.com/group/angular/t/51dd0c7818569cb0 > - Responding with the contents of a file when using $httpBackend [1 Update] > http://groups.google.com/group/angular/t/dd9d671194f07c68 > - ng-grid table div needs to be print [1 Update] > http://groups.google.com/group/angular/t/66ef9cda4404dace > - Problem with special chars in angularjs (utf 8) [1 Update] > http://groups.google.com/group/angular/t/18a78ff74d1a7a86 > - Announce: angular-cached-resource [1 Update] > http://groups.google.com/group/angular/t/b60cffdf8d5a165f > - Pass a variable from a http call to another [4 Updates] > http://groups.google.com/group/angular/t/6c47385d3aa6ff8a > - ng-grid (ui-grid) recent release and project status [1 Update] > http://groups.google.com/group/angular/t/9399e7abc17fa53 > - AngularJS $digest by feature: the impossible way [3 Updates] > http://groups.google.com/group/angular/t/b6cc2d2eaf716f05 > - es6 type hinting? [2 Updates] > http://groups.google.com/group/angular/t/31f7a67f1ec93e2f > - SEO Services in UK | CANADA | Singapore | Malaysia | INDIA [1 Update] > http://groups.google.com/group/angular/t/f6debc0c73b2bf0 > ============================================================================= > Topic: Render different layout views > Url: http://groups.google.com/group/angular/t/693253c9bd249e20 > ============================================================================= > ---------- 1 of 11 ---------- > From: Joberto Diniz <[email protected]> > Date: Apr 25 10:36AM -0700 > Url: http://groups.google.com/group/angular/msg/934ea2839d77196 > Hi. My question is quite simple, and what I found out so far didn't delight > me. > I have an Index.html that is the main page for logged users. Inside it > there is a menu and ng-view directive that > ---------- 2 of 11 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 01:49PM -0700 > Url: http://groups.google.com/group/angular/msg/5182073fe9b53127 > I m not sure me or others understand really what your problem is... > On Friday, April 25, 2014 1:36:38 PM UTC-4, Joberto Diniz wrote: > ---------- 3 of 11 ---------- > From: Joberto Diniz <[email protected]> > Date: Apr 25 01:54PM -0700 > Url: http://groups.google.com/group/angular/msg/75fb541df460a53c > I don't want Login.html to be a partial view rendered in the ng-view > directive. I want Login.html to be a "full" view, with <html> and <body> > tags. > When user hit /Login or the app redirects to > ---------- 4 of 11 ---------- > From: Raul Vieira <[email protected]> > Date: Apr 25 05:00PM -0400 > Url: http://groups.google.com/group/angular/msg/2d7619691791cefb > You'll need to handle this on the server. This part of your site won't be > part of the spa. > Sent from my iPhone > ---------- 5 of 11 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 02:02PM -0700 > Url: http://groups.google.com/group/angular/msg/8c2c937b5e69faec > AH lol yes > Angular is not really made for this from what I understand. IT CAN BE made > into that. The way Angular, and SPA (Single Page Apps) work is that you > have one shell page and your views > ---------- 6 of 11 ---------- > From: Joberto Diniz <[email protected]> > Date: Apr 25 05:47PM -0700 > Url: http://groups.google.com/group/angular/msg/7a060cd1a31450ae > How do you guys handle this public site -> login -> logged site steps in a > SPA application? > Am I in the wrong direction here? > On Friday, April 25, 2014 2:36:38 PM UTC-3, Joberto Diniz wrote: > ---------- 7 of 11 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 08:17PM -0700 > Url: http://groups.google.com/group/angular/msg/e8f628b0db05e98 > Checkout this link > https://github.com/jmcunningham/AngularJS-Learning > and read through the authentication tutorials. It will give you a better > idea than anything I can describe here. > ---------- 8 of 11 ---------- > From: Joberto Diniz <[email protected]> > Date: Apr 25 08:24PM -0700 > Url: http://groups.google.com/group/angular/msg/86e7654647ba490c > Nice stuff, thanks. > Well, actually all the user management is done by https://www.userapp.io/ > which has built-in angular library. So I decided to give it a try instead > of write my own. > ---------- 9 of 11 ---------- > From: Richard Seldon <[email protected]> > Date: Apr 26 12:35PM +0900 > Url: http://groups.google.com/group/angular/msg/bc2fdf8abb5eb1b0 > Billy, > Nice recommendations list - certainly all links that I used in the early days > too (2 months ago, lol). Was tasked with writing a large scale production > system using Angular recently, i > ---------- 10 of 11 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 09:22PM -0700 > Url: http://groups.google.com/group/angular/msg/cb76847a4c99efe5 > Thanks Richard I ll have to look into that book with the longest title ever > lol > Right now I m about 1/3 of the way through "ng-book" > On Friday, April 25, 2014 11:35:57 PM UTC-4, Richard Seldon > ---------- 11 of 11 ---------- > From: Richard Seldon <[email protected]> > Date: Apr 26 01:28PM +0900 > Url: http://groups.google.com/group/angular/msg/97b3cf714150a6a4 > Hi Billy, yeah, that’s a good read too! Didn’t read it front to back, but > read parts when needed. The accompanying video series is worth watching - > building out an email client if I have the right > ============================================================================= > Topic: Update array element in filtered view > Url: http://groups.google.com/group/angular/t/d2d1ea7aeffc8c63 > ============================================================================= > ---------- 1 of 2 ---------- > From: Brian McElhany <[email protected]> > Date: Apr 25 02:15PM -0700 > Url: http://groups.google.com/group/angular/msg/65f670a29737f60b > Hi all, > I'm just starting out with Angular and I'm running into an issue that I > think should have an easy solution, but I'm having a hard time getting my > head around how it should work. > ---------- 2 of 2 ---------- > From: Sander Elias <[email protected]> > Date: Apr 25 09:12PM -0700 > Url: http://groups.google.com/group/angular/msg/ecbf4189325beb1d > Hi Brian, > You are changing things outside angular. You have to tell angular to update > it's stuff. You do that with an scope.$apply > have a look: http://jsbin.com/qohunubi/1/edit > ============================================================================= > Topic: Persisting data in angular using localstorage or web storage > Url: http://groups.google.com/group/angular/t/1d12e4cd6942de76 > ============================================================================= > ---------- 1 of 3 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 11:30AM -0700 > Url: http://groups.google.com/group/angular/msg/c182d736c95d825b > Hey Guys, > I just need some input about how most people are handling persisting data > in angular since a page refresh will wipe out the data. I have seen a > previous post where people recommended > ---------- 2 of 3 ---------- > From: Tony pee <[email protected]> > Date: Apr 25 11:59AM -0700 > Url: http://groups.google.com/group/angular/msg/333327678b6dc01 > using sessionStorage is totally fine. especially if you have to support > things like ie8. We use it extensively. localStorage is also useful for > message passing and intertab coms. > ---------- 3 of 3 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 08:20PM -0700 > Url: http://groups.google.com/group/angular/msg/fc2c1607132315d8 > My goodness lol so much info. Thanks for sharing. > I ll have to digest some of this slowly. I think initially all I need to > keep track of is the session data I have created in PHP when someone > ============================================================================= > Topic: Avoid filter infinite digest without caching JSON string. > Url: http://groups.google.com/group/angular/t/51dd0c7818569cb0 > ============================================================================= > ---------- 1 of 1 ---------- > From: Johnny Hauser <[email protected]> > Date: Apr 25 08:10PM -0700 > Url: http://groups.google.com/group/angular/msg/decc36b44c60f9ec > I've got this filter for breaking up an array into smaller arrays based on > the "size" argument. Here's a jsbin of the non-working > version: http://jsbin.com/UmOMAgA/80/edit > Check out some previous > ============================================================================= > Topic: Responding with the contents of a file when using $httpBackend > Url: http://groups.google.com/group/angular/t/dd9d671194f07c68 > ============================================================================= > ---------- 1 of 1 ---------- > From: Alfred Nutile <[email protected]> > Date: Apr 25 04:45PM -0700 > Url: http://groups.google.com/group/angular/msg/ccbfe860fec34c76 > using $httpBackend to mock some data while I build the front end to a rest > API. > I can pass data to the request just fine but not sure how to load that data > from a file. > Here is a gist of > ============================================================================= > Topic: ng-grid table div needs to be print > Url: http://groups.google.com/group/angular/t/66ef9cda4404dace > ============================================================================= > ---------- 1 of 1 ---------- > From: Alagiri A <[email protected]> > Date: Apr 25 04:23PM -0700 > Url: http://groups.google.com/group/angular/msg/f4429bae75f1f55e > I am using simple js function to print the html of the Angular search > results div to printed using window.print. > I am seeing issues with the alignment of the table in the print preview as > ============================================================================= > Topic: Problem with special chars in angularjs (utf 8) > Url: http://groups.google.com/group/angular/t/18a78ff74d1a7a86 > ============================================================================= > ---------- 1 of 1 ---------- > From: Felix Monschein <[email protected]> > Date: Apr 25 02:37PM -0700 > Url: http://groups.google.com/group/angular/msg/d8893f7d91ee9862 > Special Chars displayed incorrectly. > I use the settings below. > directive: > $scope.string = "äöü"; > template: > {{string}} > .htaccess: > AddDefaultCharset UTF-8 > index.html: > ============================================================================= > Topic: Announce: angular-cached-resource > Url: http://groups.google.com/group/angular/t/b60cffdf8d5a165f > ============================================================================= > ---------- 1 of 1 ---------- > From: Max Edmands <[email protected]> > Date: Apr 25 11:06AM -0700 > Url: http://groups.google.com/group/angular/msg/7d11e3b7809be09f > Hey everyone, > Just a short note to let folks know that we've released an angular module > that we've written for our offline-compatible web applications. > It works almost exactly the same way as > ============================================================================= > Topic: Pass a variable from a http call to another > Url: http://groups.google.com/group/angular/t/6c47385d3aa6ff8a > ============================================================================= > ---------- 1 of 4 ---------- > From: Charlie Camus <[email protected]> > Date: Apr 25 08:12AM -0700 > Url: http://groups.google.com/group/angular/msg/c9d4acdd965f4ca4 > Hi all, > I'm a beginner with Angular JS, and I think I missed something. > Here is my code : > $scope.listAccueil=function(){ > > $http.get('/findParams') > > ---------- 2 of 4 ---------- > From: Gabriel Aszalos <[email protected]> > Date: Apr 25 08:14AM -0700 > Url: http://groups.google.com/group/angular/msg/57fa1ca7223395cb > What you are looking for is `promises`. $http returns a promise which you > can chain on to. Just look into the guide for the $q service and watch some > clips on chaining promises (on egghead.io for > ---------- 3 of 4 ---------- > From: Gabriel Aszalos <[email protected]> > Date: Apr 25 08:16AM -0700 > Url: http://groups.google.com/group/angular/msg/731455c06f56c028 > Also, you have to understand how an async request works. params is empty > because the request is not completed. params will only be available once > the success function is called AFTER the request > ---------- 4 of 4 ---------- > From: Billy Figueroa <[email protected]> > Date: Apr 25 10:24AM -0700 > Url: http://groups.google.com/group/angular/msg/da35951e6c9128ab > As mentioned above you can either use a .success callback or use a promise > with .then to pass data. If you are not familiar with it do some research > and study it a little bit > ============================================================================= > Topic: ng-grid (ui-grid) recent release and project status > Url: http://groups.google.com/group/angular/t/9399e7abc17fa53 > ============================================================================= > ---------- 1 of 1 ---------- > From: Shane Walters <[email protected]> > Date: Apr 25 08:35AM -0700 > Url: http://groups.google.com/group/angular/msg/8e857c7a7f260cac > Since many of you post ng-grid issues here, the latest news. > http://ui-grid.blogspot.com/2014/04/209-released-whats-cooking-in-30.html > Also, since many angular ninjas are here and may not read > ============================================================================= > Topic: AngularJS $digest by feature: the impossible way > Url: http://groups.google.com/group/angular/t/b6cc2d2eaf716f05 > ============================================================================= > ---------- 1 of 3 ---------- > From: Xavier Boubert <[email protected]> > Date: Apr 25 02:07AM -0700 > Url: http://groups.google.com/group/angular/msg/8f27ee28e73e31b8 > Your solution is pretty tricky. > In that way the problem is still the same, we can't generate app for each > sub-features. For example, if we want to digest only one directive in a > ---------- 2 of 3 ---------- > From: Eduardo Cavalcanti <[email protected]> > Date: Apr 25 08:12AM -0700 > Url: http://groups.google.com/group/angular/msg/31207b5273b0795e > Maybe this is relevant to the subject: > http://www.bennadel.com/blog/2595-using-scope-digest-as-a-performance-optimization-in-angularjs.htm > ---------- 3 of 3 ---------- > From: Xavier Boubert <[email protected]> > Date: Apr 25 08:24AM -0700 > Url: http://groups.google.com/group/angular/msg/d16d534ad393d2b1 > ============================================================================= > Topic: es6 type hinting? > Url: http://groups.google.com/group/angular/t/31f7a67f1ec93e2f > ============================================================================= > ---------- 1 of 2 ---------- > From: Tony pee <[email protected]> > Date: Apr 25 01:21AM -0700 > Url: http://groups.google.com/group/angular/msg/7e0837000ba4fae7 > this mailing list is bawwls. everytime i post.. crickets.. > -- > Tony Polinelli > ---------- 2 of 2 ---------- > From: Mark Volkmann <[email protected]> > Date: Apr 25 05:52AM -0500 > Url: http://groups.google.com/group/angular/msg/becbcaccf1c852fc > I don't believe Traceur supports that. > You'd have better luck getting a response to ES6/Traceur questions here: > [email protected]. > -- > R. Mark Volkmann > Object Computing, Inc. > ============================================================================= > Topic: SEO Services in UK | CANADA | Singapore | Malaysia | INDIA > Url: http://groups.google.com/group/angular/t/f6debc0c73b2bf0 > ============================================================================= > ---------- 1 of 1 ---------- > From: [email protected] > Date: Apr 25 02:32AM -0700 > Url: http://groups.google.com/group/angular/msg/c5a4efef722f5190 > Ave Infosys is a leading professional in Web Designing Company in Hyderabad > India for the > E-Business Industry.Ave Infosys are providing Best Website Development and > Design Services > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
