All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
2 answers
382 views

Blogging application with Codeigniter back-end and AngularJS front-end

I am working on a blog application with Codeigniter 3.1.8 and AngularJS v1.7.8. The Dashboard of the application is "pure" Codeigniter, with Models, Controllers, and views, while the fronted is made ...
Razvan Zamfir's user avatar
2 votes
1 answer
74 views

CSV-simplified: A small open source project

I'm working on a small open source project called CSV-simplified for a course I'm taking (Bloc), and I'm looking for some feedback and potential collaborators. I don't actually know an programmers, so ...
conkytom's user avatar
4 votes
1 answer
144 views

Simple angular app - Shopping website

In looking for a bit of feedback about an Angular app I have created. I'm new to angular I want to clean up the loose ends before I carry on and add new functionality. Below is the code snippet of ...
Kevin's user avatar
  • 41
4 votes
1 answer
2k views

Step by step wizard

I'm currently working on creating a step by step wizard in Angular and twitter-bootstrap. I've actually got it to work as intended but as I'm looking to advance my skills I'd like to hear if you have ...
InfinityStream's user avatar
0 votes
1 answer
453 views

Generating a list of menus with AngularJS

Some days ago, I decided to start learning a JS framework in order to gain skills and become more useful at work. I choose Angular for the purpose, and started learning it by building up my "...
Zoltán Schmidt's user avatar
3 votes
2 answers
3k views

SQL LIKE search in Angular filter objects

I made this AngularJS 1.x filter, to search using a the same SQL LIKE syntax. Right now only the percentage symbol (%) is ...
Zorgatone's user avatar
  • 436
2 votes
1 answer
2k views

Progress bar/loader with AngularJS

Here is my code to add a progress bar on every HTTP request. Can someone please point out to me whether I am doing it right or not? Template for loader: ...
atul's user avatar
  • 121
2 votes
1 answer
72 views

Stranded messaging Angular web app - main template for all views to live within

I'm making an Angular web app to solve a pain with traditional messaging my friend and I had, of sending batches of messages (on multiple different topics) to each other every few hours and not having ...
tscizzle's user avatar
  • 277
7 votes
2 answers
583 views

Beginner's Calculator code

I am trying to learn AngularJS as a start to my revival of learning, I think that I am getting the hang of it so far, but would like to see what I can do differently with some super simple ...
Malachi's user avatar
  • 28.6k
0 votes
1 answer
164 views

Angular front end of chat web app

I'm using the MEAN stack to make a small chat app, which will soon support braided messaging. This is my first Angular app so I am not sure how I'm doing on the front end portion in terms of keeping ...
tscizzle's user avatar
  • 277
11 votes
1 answer
734 views

Hangman learning AI

I have been learning AngularJS and have written my first app. It's a Hangman AI which learns words and guesses the solution based on the words it knows. Please look over my code and provide some ...
Tom Hanson's user avatar
1 vote
1 answer
48 views

Displaying available destinations using Angular.JS

I wonder to know if there is any bad smell on my practice for i18n on Angular. I put the I18n translating function on Angular controller (because I don't know how to put it on HTML template file) And ...
poc's user avatar
  • 605
3 votes
0 answers
87 views

Knowledge base app using MEAN stack

I've been working on an app based on the MEAN Framework. I have got the app working but I just wasnt sure whether my coding structure and standard was good enough, meaning does it adhere to the ...
Lorenzo von Matterhorn's user avatar
1 vote
1 answer
83 views

Update / save / display values in a table

I am relatively new to Angular and need to put together an application to update / save / display values. The code is working, but I wanted your input the make sure that I am doing this 'the angular ...
Olivier De Meulder's user avatar
1 vote
1 answer
78 views

Angular Box Color Exercise

I have completed an exercise where there are 4 different color boxes and 1 main box below them that is blank, when you click on one of the colored boxes, the main box changes to the color of the box ...
WinchenzoMagnifico's user avatar
6 votes
2 answers
202 views

Profiles with profiling checkboxes

I have this HTML down below that creates a list with two columns, the left one containing profile information, and the right one containing checkboxes of the user feedback in a horizontal list. The ...
realisation's user avatar
0 votes
1 answer
199 views

Angular ng-show

Is there any easier/shorter/better way to do the marked part? plnkr ...
Viktor Mellgren's user avatar
-1 votes
2 answers
6k views

Program that filters JSON data based on user selection

I have made a basic program using AngularJS that displays data from a JSON file, and filters it according to the user's selection (specifically FIFA 15 chemistry cards). I did plenty of CSS work to ...
alanbuchanan's user avatar
  • 1,292
14 votes
2 answers
275 views

FizzBuzzLizardSpock

I decided that since I was learning AngularJS and Bootstrap, I'd be remiss not to post a FizzBuzz, but FizzBuzz bores me, so I've extended it. My version of FizzBuzz is configurable, and allows you ...
Nick Udell's user avatar
  • 5,197
3 votes
1 answer
68 views

Avoid jQuery in click event

I have the following controller: ...
ProfHase85's user avatar
1 vote
1 answer
89 views

Massive Number Of Scripts With Angular

I've recently started switching from JQuery to Angular and it's awesome at making my HTML expressive and easy to read but every reusable module I make has its own script which leads to a massive ...
Josh Horowitz's user avatar
0 votes
1 answer
6k views

Accessing parent scope from directive

This is how I can access the exact scope value, otherwise it will be $scope.type of local scope. I am accessing this from the template in ...
vickk's user avatar
  • 11
2 votes
1 answer
1k views

A big ng-repeat to display the progress of builds

I'm looking to improve the speed my ng-repeat or find an alternative way to do it, because it takes too long to load when it has to manage a lot of data. ...
Vistor's user avatar
  • 43
2 votes
0 answers
2k views

Drop down with AngularJS UI

I want to know if there's a better way of doing a select on dropdown and selecting the items. I bound ng-click to every anchor and assign a value on click, but it just doesn't feel like a clean way to ...
Marcio's user avatar
  • 241
2 votes
0 answers
61 views

Online store for pies - Part 2: User authentication

I'm building an angular application using AngularJS and AngularFire. As this is the second part of this "series" it might be a good idea to also check out part 1 to gain an even better overview of the ...
Chrillewoodz's user avatar
6 votes
1 answer
204 views

Online store for pies - Part 1: Create your account to buy delicious pies

I've got a goal and that goal is to become an Angular expert. So what better way of learning than to create an online store for pies, right? I've just finished the registration part and would like ...
Chrillewoodz's user avatar
2 votes
1 answer
152 views

Movie selection app

I'm new to Angular and I would like some advice on how I can improve my code. The main things that I want to focus on are decoupling and code correctness. HTML: ...
Mark's user avatar
  • 23
1 vote
2 answers
333 views

Angular Todo Lists - Factories? Controllers?

I have an angular app using a restful API which works, but I know is structured poorly. I'm using a projectService (factory) to do all interfacing with the REST ...
gabrielfreiberg's user avatar
0 votes
1 answer
3k views

Angular dropdown menu

I've made a dropdown menu using angularJS, it works fine but I feel that I'm not following the DRY principle. Is there a way to combine this switch statement into something more efficient with less ...
Chrillewoodz's user avatar
4 votes
1 answer
207 views

Accessing parent isolated scope in directive

I was looking for a way to markup parts of my app as restricted to only certain roles, on an element basis. This works quite well, using an attribute directive, where I specify the allowed roles and ...
michael's user avatar
  • 141
8 votes
3 answers
474 views

Handling shared state among a lot of elements in Angular

I am working on a project in Angular where I have a number of similar data objects. When you click on anyone of them it's state and amount of data shown will change. All of the objects start in the ...
EasilyBaffled's user avatar
2 votes
0 answers
174 views

Marking items as selected in Angular directives

I am new to Angular and feel that I'm doing mistakes and reinventing the wheel. Could you please review my code and share your ideas about how it can be improved. Demo The problem is very common. I ...
Warlock's user avatar
  • 121
2 votes
1 answer
234 views

AngularJS expression redundancy in templates

I sometimes find myself using multiple expressions checking on a single flag to control the state of some template, in this example, a Facebook log in button. On a second look, however, I noticed ...
pilau's user avatar
  • 121
1 vote
1 answer
3k views

Show <div> on <li> click

Simple task, I am just trying to have the data that correlates to a menu item hidden until it is clicked. However, I feel like this can be optimized. There are 2 ...
Josue Espinosa's user avatar
5 votes
1 answer
12k views

Basic and simple view, add, edit and delete functionality

I want to know what needs to improve with my application. Maybe there is a better way instead of what I am using currently. index.html: ...
Unknown's user avatar
  • 51
4 votes
1 answer
559 views

Am I using Angular directives correctly?

I'm coming from Backbone and trying to wrap my head around Angular for a new project and would like to get some feedback on whether I'm using it correctly or not. Plunker What I'm trying to ...
mbcrute's user avatar
  • 141
2 votes
0 answers
5k views

AngularJS with global data and "service" / using $watch on $rootScope

I am currently learning angular.js. The following is an example I came up with. The goal: An editor for a dict, the dict format is: {key: [type, data]} A view of the same data The "type" should be ...
FlorianLudwig's user avatar
4 votes
2 answers
7k views

Simplifying an AngularJs directive that counts the number of characters entered in a textarea

I am trying to implement an AngularJS directive that would count the number of characters entered into a textarea and display it to the user. Note: it will actually become much more complex later on ...
balteo's user avatar
  • 161
0 votes
1 answer
2k views

Angular version of FitText

This project has evolved a lot since I started learning Angular. I'm pretty happy with it now, and I'm wondering if there's anything I can improve upon, or have forgotten at this point... HTML ...
Patrick's user avatar
  • 161
3 votes
1 answer
16k views

Dynamically generating a HTML option list using Angular.js

I used step 4 from the Angular tutorial to do some tinkering of my own. In that particular step of the tutorial, a option list is created that determines how a list ...
Paul Hiemstra's user avatar
3 votes
1 answer
175 views

Retrieving album artist info from third party API

I've recently just started with AngularJS and the best way for me to learn is to get some criticism to find out how I can do things better. I did a small project that calls a third party API and shows ...
Jon's user avatar
  • 163
-2 votes
1 answer
808 views

An own approach to Angularjs validation

Introduction So i am building a SPA with AngularJS. The application provides a large number of <input> elements and can be seen as a huge form. However, i ...
Wottensprels's user avatar
4 votes
0 answers
578 views

Angular JS photo app for personal cloud [closed]

I've been working on my first Angular JS app for the past few days. It's in a very early stage (no real functionality), but that will only make it easier to review what IS there. The client side is ...
A.J.Rouvoet's user avatar