On Sat, Jun 28, 2014 at 2:18 PM, null <[email protected]> wrote:

> =============================================================================
> Today's topic summary
> =============================================================================
> Group: [email protected]
> Url: http://groups.google.com/group/angular/topics
>   - Updating Page Problem [1 Update]
>     http://groups.google.com/group/angular/t/d75627aac041aea
>   - Issues with datatables in angular js [2 Updates]
>     http://groups.google.com/group/angular/t/b03ddc872970bd1b
>   - 'filter' filter: search in proprties-arrays [1 Update]
>     http://groups.google.com/group/angular/t/6393fd1b373f32ff
>   - Angular SVG Path directive? [1 Update]
>     http://groups.google.com/group/angular/t/1598a3b71e3d6a99
>   - Add Search to ngTable [1 Update]
>     http://groups.google.com/group/angular/t/84f33d22a69e2faa
>   - Creating multiple divs or objects dynamically from front end [1 Update]
>     http://groups.google.com/group/angular/t/ec6fdc4f598dbf8
>   - DFP ads/ Update <head> on an AngularJS app [1 Update]
>     http://groups.google.com/group/angular/t/8041ebf43dcb8126
>   - Angular ng-repeat with controller as syntax [1 Update]
>     http://groups.google.com/group/angular/t/89168e722fe2b601
>   - Angular resource: type error undefined is not a function, [1 Update]
>     http://groups.google.com/group/angular/t/e31f128a89bd0e29
>   - Dynamically assigning the ng-pattern value to textbox inside ng-repeat [1 
> Update]
>     http://groups.google.com/group/angular/t/457572fb024cd3cf
>   - Validation of hidden inputs [1 Update]
>     http://groups.google.com/group/angular/t/5b19d815baa38f7d
>   - [angular.js] templateURL in directives [1 Update]
>     http://groups.google.com/group/angular/t/525d2bebeb196d11
>   - How i can draw a audio player [1 Update]
>     http://groups.google.com/group/angular/t/958ed8951a6a3ec4
> =============================================================================
> Topic: Updating Page Problem
> Url: http://groups.google.com/group/angular/t/d75627aac041aea
> =============================================================================
> ---------- 1 of 1 ----------
> From: Philipp Blum <[email protected]>
> Date: Jun 27 03:15PM -0700
> Url: http://groups.google.com/group/angular/msg/3723fc111ed84aac
> Hi Guys,
> i have a problem with my login. if i login and set token, userdata in a 
> variable i doesnt see the chanings in my page. The problem is that the 
> chanings are in the app and not only in a
> =============================================================================
> Topic: Issues with datatables in angular js
> Url: http://groups.google.com/group/angular/t/b03ddc872970bd1b
> =============================================================================
> ---------- 1 of 2 ----------
> From: sravya srungarapu <[email protected]>
> Date: Jun 27 11:43AM -0700
> Url: http://groups.google.com/group/angular/msg/63883de29587a2c6
> Hi,
> I created a simple datatable using angular js. When I run this code, the 
> datatable shows up properly. I wrote ng-click to delete the particular row 
> from datatable. When i test the code
> ---------- 2 of 2 ----------
> From: "Tandon, Rishi" <[email protected]>
> Date: Jun 27 03:40PM -0400
> Url: http://groups.google.com/group/angular/msg/1dbe8883fb1c7d30
> You might want to use $apply method
> On Friday, June 27, 2014, sravya srungarapu <[email protected]>
> wrote:
> -- 
> *Rishi Tandon*
> Pearson Learning Technology Group
> =============================================================================
> Topic: 'filter' filter: search in proprties-arrays
> Url: http://groups.google.com/group/angular/t/6393fd1b373f32ff
> =============================================================================
> ---------- 1 of 1 ----------
> From: Kurakin Alexander <[email protected]>
> Date: Jun 27 11:10AM -0700
> Url: http://groups.google.com/group/angular/msg/dd82d5cb4bcd55be
> Good day! According to 'filter' filter's docs,
> string: The string is evaluated as an expression and the resulting value is 
> used for substring match against the contents of the array.
> =============================================================================
> Topic: Angular SVG Path directive?
> Url: http://groups.google.com/group/angular/t/1598a3b71e3d6a99
> =============================================================================
> ---------- 1 of 1 ----------
> From: Dries De Smet <[email protected]>
> Date: Jun 27 10:49AM -0700
> Url: http://groups.google.com/group/angular/msg/2a17261f24428370
> Bit of a short question, but wondering why this is happening:
> In the example posted below, there are two SVG elements, each containing a 
> directive assigned to a element. The first directive
> =============================================================================
> Topic: Add Search to ngTable
> Url: http://groups.google.com/group/angular/t/84f33d22a69e2faa
> =============================================================================
> ---------- 1 of 1 ----------
> From: Karol Siwek <[email protected]>
> Date: Jun 27 07:58AM -0700
> Url: http://groups.google.com/group/angular/msg/25b311436f97f61f
> You use filters in "ng-repeat", like this:
>  <tr ng-repeat="item in $data | filter: 'text'" >
> check it here: https://docs.angularjs.org/api/ng/filter/filter
> W dniu czwartek, 26 czerwca
> =============================================================================
> Topic: Creating multiple divs or objects dynamically from front end
> Url: http://groups.google.com/group/angular/t/ec6fdc4f598dbf8
> =============================================================================
> ---------- 1 of 1 ----------
> From: Eric Eslinger <[email protected]>
> Date: Jun 27 07:35AM -0700
> Url: http://groups.google.com/group/angular/msg/1c617cbad450ad5a
> Generally speaking, that's the wrong way to do it.
> Check out TodoMVC, the Angular version for some specifics. But the idea is,
> you have an array of to-do items stored as a plain old javascript
> =============================================================================
> Topic: DFP ads/ Update <head> on an AngularJS app
> Url: http://groups.google.com/group/angular/t/8041ebf43dcb8126
> =============================================================================
> ---------- 1 of 1 ----------
> From: Iraklis Alexopoulos <[email protected]>
> Date: Jun 27 07:19AM -0700
> Url: http://groups.google.com/group/angular/msg/5ca69c386e3cc935
> Hello,
> We are building an AngularJS web app and we are trying to integrate DFP 
> ads. By the way, we already have a PHP web app with DFP ads running so I am 
> familiar with how DFP integration
> =============================================================================
> Topic: Angular ng-repeat with controller as syntax
> Url: http://groups.google.com/group/angular/t/89168e722fe2b601
> =============================================================================
> ---------- 1 of 1 ----------
> From: Chris <[email protected]>
> Date: Jun 27 07:12AM -0700
> Url: http://groups.google.com/group/angular/msg/1c62bdafb0bf8c92
> Thank you for the reply!  I find it very difficult to get responses and 
> good information with Angular questions (much harder than common JavaScript 
> or jQuery stuff).
> So the reason for this is,
> =============================================================================
> Topic: Angular resource: type error undefined is not a function,
> Url: http://groups.google.com/group/angular/t/e31f128a89bd0e29
> =============================================================================
> ---------- 1 of 1 ----------
> From: Harshit Laddha <[email protected]>
> Date: Jun 27 04:32AM -0700
> Url: http://groups.google.com/group/angular/msg/f7e5dbf19ae16063
> I already read the solutions for - 
> 1) updating the angular version
> 2) using angular-resource as a seperate module and then injecting it
> but the main problem with me is the implementation mistake
> =============================================================================
> Topic: Dynamically assigning the ng-pattern value to textbox inside ng-repeat
> Url: http://groups.google.com/group/angular/t/457572fb024cd3cf
> =============================================================================
> ---------- 1 of 1 ----------
> From: nikhil rishi <[email protected]>
> Date: Jun 27 04:21AM -0700
> Url: http://groups.google.com/group/angular/msg/44d01a295e45c0fc
> Hi,
> I need an example or solution which will assign the ng-pattern dynamically 
> based on condition inside ng-repeat. 
> Requirement -
> 1) I have multiple textbox and those were loop through
> =============================================================================
> Topic: Validation of hidden inputs
> Url: http://groups.google.com/group/angular/t/5b19d815baa38f7d
> =============================================================================
> ---------- 1 of 1 ----------
> From: Gunbilegt Byambadorj <[email protected]>
> Date: Jun 27 12:41AM -0700
> Url: http://groups.google.com/group/angular/msg/c04907e145f7af45
> If you are using ng-show or ng-hide then add that condition to validation.
> for example 
> <div ng-show="isVisible">
> <input ng-model="testModel" ng-required="isVisible" />
> <span class="error"
> =============================================================================
> Topic: [angular.js] templateURL in directives
> Url: http://groups.google.com/group/angular/t/525d2bebeb196d11
> =============================================================================
> ---------- 1 of 1 ----------
> From: Aamir Nawaz <[email protected]>
> Date: Jun 26 11:20PM -0700
> Url: http://groups.google.com/group/angular/msg/e75a6072e01834a1
> if we have to pass templateUrl through attrs then what to do?
> currently I am doint like this
> <tempurl path="GenInfoTemp.html"></tempurl>
> .directive('tempurl', function () {
>     return {
> =============================================================================
> Topic: How i can draw a audio player
> Url: http://groups.google.com/group/angular/t/958ed8951a6a3ec4
> =============================================================================
> ---------- 1 of 1 ----------
> From: Pawan Sharma <[email protected]>
> Date: Jun 26 10:26PM -0700
> Url: http://groups.google.com/group/angular/msg/935b6c765d72819a
> Hi,
> I'm using angularJS with wordpress theme all is working fine , but I need a 
> audio player which have only "Play/Pause and Next/Prev" option i don't need 
> any progress bar...

-- 
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.

Reply via email to