Bobby - Pa

Discord ID: 306208947470336021


33 total messages. Viewing 100 per page.
Page 1/1

https://github.com/rrmarsh1994/todoapp I am trying to learn the DOM right now and i am making a simple app that has a list of things to do, a check box to signal completion and a delete button to delete the completed to do, I am able to get the app creating to dos, having a checkbox but not a delete button that shows or functions, on lines 31-38 i have given my best effort at what I think im supposed to do but im not even close, could someone help me work through this? For someone who knows how this stuff it should be a fairly low teir problem, thanks in advance

look at the app.js folder

sorry i forgot to update the thread, late last night i was able to understand my mistake, my scope was off on my delete button event

thanks for taking a look tho @Deleted User i appreciate

Hey guys im getting an error in the console that my collection.html isnt calling the state i declared for it when i hit the collection tab in the top right corner. Could someone take a look and give me some advice on what to do? https://github.com/rrmarsh1994/Bloc-Jams-AngularJS

sounds good

angular.js:14525 Error: Could not resolve 'collection.html' from state ''
at Object.z.transitionTo (angular-ui-router.min.js:7)
at Object.z.go (angular-ui-router.min.js:7)
at angular-ui-router.min.js:7
at angular.js:20178
at e (angular.js:6274)
at angular.js:6554
(anonymous) @ angular.js:14525
(anonymous) @ angular.js:11008
(anonymous) @ angular.js:20181
e @ angular.js:6274
(anonymous) @ angular.js:6554
setTimeout (async)
k.defer @ angular.js:6552
f @ angular.js:20176
(anonymous) @ angular-ui-router.min.js:7
hg @ angular.js:3734
d @ angular.js:3722
angular.js:14525 Error: Could not resolve 'collection.html' from state ''
at Object.z.transitionTo (angular-ui-router.min.js:7)
at Object.z.go (angular-ui-router.min.js:7)
at angular-ui-router.min.js:7
at angular.js:20178
at e (angular.js:6274)
at angular.js:6554 "Possibly unhandled rejection: {}"

screenshot of error @sigruna14

darn, I arranged a meeting tomorrow with my mentor so don't spend too much time looking into it, I appreciate the sencond look at my issue tho sig , thanks @sigruna14

yeah ill try it let me update u

nah same error comes up except it says "templates/collection.html" could not resolve

really?

I'll ask about it, I still have plenty to go in the angular library module I'm on, hopefully it becomes more current so if i need help it will be easier

ahh ok, yeah this is angular one then, clearly stated that this is angularJS

interenting, didnt know that , thanks

how do i rebase to a past commit? I keep trying to rebase -i t <past ssh> but it says there is a sytax error

i removed the last commit but it unstaged it how do delete the past stages to clean up my terminal?

nvm got it

hard reset force push got it done

```var words =(hello, hi, howdy)

function findLongWords(arr, num){
const result= arr.filter(arr => arr.length > num);
return result;
}

findLongWords (words, 4)```

I don't know what i'm doing incorrectly

```
var words = ["hello", "hi", "howdy"];

function findLongWords(arr, num){
var result = []
for (var i = 0; i < arr.length; i++)
// console.log(arr[i]);
if (arr[i].length > num) {
console.log(arr[i]);
result += [arr[i] + ", "];
}
return result;
}

findLongWords (words, 4);
```
just got it, I'm ashamed of my behavior towards the code, I hope it can forgive me one day, and will do, thanks man i appreciate it.

2017-12-28 02:32:50 UTC [Literature Club #general]  

I don't know where it is appropriate to post this but my brother will graduate this semester from undergrad and is still looking for a job. He goes to Pittsburgh uni, double major in actuarial science + Econ, he has a 3.5 gpa but a 3.8 in his majors. Will give transcript + resume to those who dm. He isn't "one of us" but he is "trumpist". He is willing to move wherever in the continental US. If you have experience getting a job in this field please DM places he should look, or other contacts you have and would be willing to give. If you yourself have leads/openings those would be greatly appreciated. If you are wary of leaking personal info(personal leads/business opening you have) to me please DM @Matthias and he will confirm that I am trustworthy.

@Zyzz thats the thing I am finding so odd...the area has so many jobs related to the industry and apparently he has sent out a massive amount of apps, idk whats going wrong

@ThisIsChris he didn't graduate yet, I told him that, and mainly the pitt database, I don't know what other options he has used, will make sure to ask. He graduates this semester

@ThisIsChris thanks I will tell him to use that strategy, I really appreciate all the advice

thank you to those who responded so quickly and messaged me with advice on this thread or privately, I really appreciate it

33 total messages. Viewing 100 per page.
Page 1/1