[AngularJS] Http Call with URL having special characters like underscore and dot

2016-08-19 Thread PRao
Hi - I am trying to make http call with url having special characeters like underscore and period Like http://localhost:8100?filename=Test_test1_test2.jpg I am using this in img src as url --- Since it is not able to encode the underscore and period. It is failing to load the image. Please s

[AngularJS] component in root model not being picked up in submodules rc5

2016-08-19 Thread Mark White
example here of what I'm looking at : http://plnkr.co/edit/alqiqKpcieD4fWycp2QY?p=preview I've modified the normal example with heros etc. - looking at rc5 I've created a component - a MD icon component. This is referenced in the root module. the component is detected correctly app.component but

[AngularJS] Urgent requirement for the position of Python Developer @ Chicago/IL

2016-08-19 Thread DS Chauhan
Hi, Please send me the resume on (chau...@rgtalent.com) *Job Title* Python Developer *Project Location* Chicago IL *Duration* 6 months /Contract To Hire * Skills Required and Job Description:* *Phone Hire Only* Work on the platform team to build new products and features Deliver high

Re: [AngularJS] Re: conditional view

2016-08-19 Thread Tito
Lucas, I will also look into ngSwitch also Thanks! On Friday, August 19, 2016 at 10:43:06 AM UTC-7, Lucas Lacroix wrote: > > I, personally, like to use the route for the search itself. That way, a > user can save a search and/or share it with others. > So, maybe something like: > /search/?by=se

[AngularJS] Re: conditional view

2016-08-19 Thread Mayur Dudhani
glad it helped. On Friday, August 19, 2016 at 10:44:02 AM UTC-7, Tito wrote: > > Aha wonderful!! something like this > > > > > > Thanks Mayur! > > > On Friday, August 19, 2016 at 10:30:10 AM UTC-7, Mayur Dudhani wrote: >> >> How about using ng-switch or if you have two conditions you ca

[AngularJS] Re: conditional view

2016-08-19 Thread Tito
Aha wonderful!! something like this Thanks Mayur! On Friday, August 19, 2016 at 10:30:10 AM UTC-7, Mayur Dudhani wrote: > > How about using ng-switch or if you have two conditions you can even use > ng-if/ng-show > > On Friday, August 19, 2016 at 9:49:36 AM UTC-7, Tito wrote: >> >>

Re: [AngularJS] Re: conditional view

2016-08-19 Thread 'Lucas Lacroix' via AngularJS
I, personally, like to use the route for the search itself. That way, a user can save a search and/or share it with others. So, maybe something like: /search/?by=serialnumber&value=XYZ That would route to your search component which would execute the search and use ngSwitch on the "by" parameter t

[AngularJS] Re: conditional view

2016-08-19 Thread Mayur Dudhani
How about using ng-switch or if you have two conditions you can even use ng-if/ng-show On Friday, August 19, 2016 at 9:49:36 AM UTC-7, Tito wrote: > > Hello, > > I would like to change my UI dynamically based on some filters user uses > on a search screen. > > So for example the following might

[AngularJS] conditional view

2016-08-19 Thread Tito
Hello, I would like to change my UI dynamically based on some filters user uses on a search screen. So for example the following might display when they search by serial number. Serial Number {{h.serialnumber }} but then if they check a checkbox the result set coming back will be d

[AngularJS] Re: ANGULARJS flask or NODEJS

2016-08-19 Thread Tito
as always it depends. main thing is what will you be using your site/app for? can it scale for the specific use case etc. check the following I did a while back for angular and Flask https://github.com/yosiasz/d3-python-flask-postgres On Friday, August 19, 2016 at 2:29:47 AM UTC-7, pseudo odu

[AngularJS] angular2 and Firebase - setting unique ID

2016-08-19 Thread John Biddulph
Hi, I would like to set ID to equal the ID that is being output in my console below is my code for adding from a form please help: $scope.addFormSubmit = function(){ console.log('adding contact'); // Assign values if($scope.id){var id = $scope.id} else {var id = null;} if($scop

[AngularJS] Angular2: submit new formGroup with model driven form

2016-08-19 Thread fivedoordev
Is it in theory possible to add a new FormGroup to the form controls via input? For instance to add values, via a form input, to an existing array I can use (click)="addAddress()" in the html where addAddress is defined in the component.ts to update values in an array in the form AppComponen

[AngularJS] Navigate directly to a child route

2016-08-19 Thread Bit sprint
Hi, I have a route with child routes. export const routes: RouterConfig = [ { path: '*', component: Home }, { path: 'parent', component: Parent, children: [ { path: '', redirectTo: 'intro' }, { path: 'results', component: Results } ]} ]; If I navigate directly to /parent/results it doesn'

[AngularJS] Angular 2 RC5 prefetching dynamic templates from components

2016-08-19 Thread stjohn . russell
I wrote a little web-app in Angular 2 RC4 which uses dynamic templates, served by a .net core back end. When navigating to a defined route the template would be fetched and rendered as expected. I followed the official RC4 TO RC5 migration. Everything seemed to be working correctly until I ch

[AngularJS] Re: Issue in positioning the D3 chart in the specified location

2016-08-19 Thread Kartik Sagar
This is for ANGULARJS not for D3.JS On Thursday, 18 August 2016 07:08:20 UTC+5:30, Navaneetha Krishnan S wrote: > > I am facing some issues in positioning the chart and changing the color > for the circles inside the bubble chart. I need to draw a bubble chart > wra

Re: [AngularJS] How to import csv and convert it into Json and keys changes according to requirement

2016-08-19 Thread Kartik Sagar
Could you please provide anything done in AngularJS? :) On Tuesday, 26 August 2014 00:08:04 UTC+5:30, Mark Volkmann wrote: > > I am doing this with a jQuery plugin at http://papaparse.com >

[AngularJS] ANGULARJS flask or NODEJS

2016-08-19 Thread pseudo oduesp
Hi, i am new on web dev, and i want use angularjs for my frontend, but for my backend i want use Flask. it s good choice or not if yes can someone give me a un example . why flask : i am pyspark user and i want keep my prject with python like that i stay familiar with pyuthon code and easy f

[AngularJS] Angular 2: Dynamic conditional required field validation in model driven forms

2016-08-19 Thread Swetha
*Please help me inorder to implement below requirement.* I have developed model driven forms using angular 2 and tried to perform dynamic conditional required field validations. Please find my plunker here. https://plnkr.co/edit/C1NwMvrSZFbPOWkCwxC2?p=preview I have one drop down and two input