Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate !!! #7

Open
to-long opened this issue Jun 14, 2015 · 15 comments
Open

investigate !!! #7

to-long opened this issue Jun 14, 2015 · 15 comments

Comments

@to-long
Copy link
Owner

to-long commented Jun 14, 2015

CSS : table with fixed header
http://www.imaputz.com/cssStuff/bigFourVersion.html#

@to-long
Copy link
Owner Author

to-long commented Jun 14, 2015

http://www.w3schools.com/angular/angular_directives.asp
The ng-model Directive
The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.

The ng-model directive can also:

Provide type validation for application data (number, email, required).?
Provide status for application data (invalid, dirty, touched, error).?
Provide CSS classes for HTML elements.
Bind HTML elements to HTML forms.

@to-long
Copy link
Owner Author

to-long commented Jun 14, 2015

http://www.w3schools.com/angular/angular_tables.asp
angularJs table , loop thought table ?

<style> table, th , td { border: 1px solid grey; border-collapse: collapse; padding: 5px; } table tr:nth-child(odd) { background-color: #f1f1f1; } table tr:nth-child(even) { background-color: #ffffff; } </style> <script src= "http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
{{x.[y]}}
<script> var app = angular.module('myApp', []); app.controller('customersCtrl', function($scope, $http) { $http.get("http://www.w3schools.com/angular/customers.php") .success(function (response) {$scope.names = response.records; $scope.cols=["Name","Country"]; }); }); </script>

@to-long
Copy link
Owner Author

to-long commented Jun 17, 2015

Encode Json to UTF8 with vietnamese

@to-long
Copy link
Owner Author

to-long commented Jun 19, 2015

@to-long
Copy link
Owner Author

to-long commented Jun 19, 2015

@to-long
Copy link
Owner Author

to-long commented Jun 28, 2015

@to-long
Copy link
Owner Author

to-long commented Jun 28, 2015

define service in create module app , define return to login if not login

@to-long
Copy link
Owner Author

to-long commented Jun 29, 2015

gui CV cho trong. long

@to-long
Copy link
Owner Author

to-long commented Jun 30, 2015

referrence https://addition-it.com/contact

@to-long
Copy link
Owner Author

to-long commented Jun 30, 2015

CK editor
update preview view for addPost

@to-long
Copy link
Owner Author

to-long commented Jun 30, 2015

upload file to amazon s3
http://www.cheynewallace.com/uploading-to-s3-with-angularjs/

@to-long to-long closed this as completed Jun 30, 2015
@to-long to-long reopened this Jun 30, 2015
@to-long
Copy link
Owner Author

to-long commented Jun 30, 2015

skip upload file later, it seem take a lot of time :( build layout for web
learn how to write directive

@to-long
Copy link
Owner Author

to-long commented Jul 4, 2015

compare cloudinary and amazon S3 in upload images/media/files to choose which one is better

@to-long
Copy link
Owner Author

to-long commented Jul 30, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant