- 14 Mar, 2014 7 commits
-
-
Randall Leeds authored
Once again, avoid putting things unnecessarily in the scope. For this to work, we also need to use the html5 location syntax. This configure function will go away once streamsearch is merged into the main app.
-
Randall Leeds authored
-
Randall Leeds authored
Make the streamer independent of the /app prefix, just as the share link is, by replacing the last path component rather than an exact match for /app, and inject it into the Annotation controller rather than passing it around on the scope.
-
Randall Leeds authored
-
Randall Leeds authored
To be consistent with angular style and our own in-house style - Change baseurl to baseURI, since that is the normal DOM name for the concept - Change helper to helpers (like controllers, services, etc) - Wrap the dependency injection annotations on the baseURI factory function definition, rather than its use, because the annotations should always appear with the definition so they can be easily kept in sync
-
Randall Leeds authored
-
gergely-ujvari authored
Cutting the end of the baseurl resource is now ok. Warning: This functionality from the helper will disappear after all will be handled as angular routes.
-
- 13 Mar, 2014 6 commits
-
-
Kristof Csillag authored
Email notifications v1.5 #2 According to @gergely-ujvari, this has already been reviewed by @tilgovi, and he has made modifications to east all his concerns. Thus I am merging this without much further ado.
-
Kristof Csillag authored
Merging this. Closes #1066
-
gergely-ujvari authored
-
gergely-ujvari authored
-
gergely-ujvari authored
-
gergely-ujvari authored
This file will be the base for small common services/resources etc. which can be used by any component and not adding any new dependency. Currently it only has baseurl as a common place to generate the base url which will be used by many components
-
- 12 Mar, 2014 1 commit
-
-
Randall Leeds authored
-
- 11 Mar, 2014 8 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
Changed in two ways: - Pass irrelevant responses straight through, should they not match pattern of {flash, model} - Handle error responses the same way as regular responses, updating the model and flash. This will allow API responses to contain non-2xx status responses and still update the model / show flash messages
-
Randall Leeds authored
-
Randall Leeds authored
-
gergely-ujvari authored
Yaml assets
-
Randall Leeds authored
Fixed responsiveness on streams, converted search related icons to SVG, eliminated space above topbar
-
RawKStar77 authored
-
RawKStar77 authored
Fixed responsiveness on streams, converted search related icons to SVG, and eliminated space above topbar.
-
- 10 Mar, 2014 1 commit
-
-
Randall Leeds authored
New streamer operators
-
- 07 Mar, 2014 4 commits
-
-
gergely-ujvari authored
-
gergely-ujvari authored
Angular upgrade v1.2.13
-
gergely-ujvari authored
-
gergely-ujvari authored
-
- 01 Mar, 2014 3 commits
-
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
Ujvari Gergely authored
-
- 28 Feb, 2014 1 commit
-
-
Randall Leeds authored
-
- 27 Feb, 2014 8 commits
-
-
Randall Leeds authored
-
Randall Leeds authored
-
gergely-ujvari authored
Deleted line that caused the sign in section of the topbar to be abnormally large
-
RawKStar77 authored
-
Randall Leeds authored
In Angular v1.2 what has actually changed about isolate scopes is that only the directive declaring isolation gets the isolate scope. Its template will inherit this scope, but other directives on the element will not. That's the reason ngModel now works with `$parent`. Everywhere we were binding the controller to the scope it's easier to use the isolate binding with `=ngModel`.
-
Randall Leeds authored
-
Randall Leeds authored
The isolation scopes are truly isolated better, or evaluation of the submit handler is happening from the descendent cousin scopes of the isolated directive. I could probably have moved the ng-submit handler below the authentication directive, but I didn't see a compelling reason for the directive to stay in an isolated scope.
-
Randall Leeds authored
-
- 26 Feb, 2014 1 commit
-
-
Ujvari Gergely authored
These new operators can match depending the length of a field. This way we can describe condition like: "filter for replies" because an annotation is reply when len(references) > 0
-