Message from @Deleted User
Discord ID: 371835794660261888
@here
@Why Tea same benefit, mostly of things like grunt or gulp afaik.. task automation, minify, test running, compactify, linting, etc.
@Dan iiii Interesting. So is the consensus that it's superior to the existing tools/techniques for minifying, compacting, linting, etc? Or just another way to do it that's popular at the moment? For context I work in concert with our Dev / DevOps team(s) and manage some custom development work / manage those devs. I have *some* influence with our core Dev team but decisions on what to use are from their leads / and department head. If something is better than what they're using now, me suggesting they try it can't hurt. My team and I do app tier stuff much more so than front-end development, but anything to help the team is worth looking at.
For more context my work is in the Security / Authentication & Authorization part of the stack/platform. Even more context, a couple of the biggest companies in the world use security code I and my team wrote and designed.
If anybody knows Webpack and would be willing to help me understand how to work with it, it would be much appreciated.
@everyone ^
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
@Bobby - Pa taking a look now
@Bobby - Pa The code seems to be working fine for me. I have some suggestions if you want to hear them, but I can successfully create and delete items.
let me know if I'm not understanding the problem you're having
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
it
Who here can tell me how I can load a Pug template without compiling to HTML using Webpack?
Don't forget to Defrag your drives weekly 👍
Do you have a good program for that? I just got a new laptop, and I can't remember what I used on the old one @Gawsh Darn Goy#4287
Anyone know much about discord?
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
@Bobby - Pa Copypasta exact error?
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
Idk. I'm looking through the code and it looks right, but I really don't know this tech you're using. The error makes it look like the state isn't getting recognized somehow. @Bobby - Pa
<div class="links-container">
<a ui-sref="collection.html" class="navbar-link">Collection</a>
</div>
This is in your index.html
maybe you need ui-sref="templates/collection.html"?
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
hmph
Looks like you're learning Angular 1. Just so you know, they're on like Angular 4 now.
It was completely re-done.
The only real reason to learn this is basically to work on already-existing projects that were done with Angular 1.
really?
That's what it looks like to me.
I guess I could be wrong but this doesn't look like the kind of Angular syntax I know.
And it explicitly says AngularJS.